COLOR #A59F90

HEX: #A59F90 RGB: (165,159,144)

Color info

#A59F90 contains red, green and blue colors in about the same proportion. Web safe color of #A59F90 is #999999 (or #999).

RGB color model

#A59F90 color RGB value is (165,159,144).

RGB: (165,159,144) (65%, 62%, 56%)

RGB channels and saturation

R 165 of 255 = 65%
G 159 of 255 = 62%
B 144 of 255 = 56%

165
159
144

R + G + B ~ 61%. #A59F90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 159 + 144 = 468 (100%)
R 165 of 468 ~ 35.26%
G 159 of 468 ~ 33.97%
B 144 of 468 ~ 30.77'%

%35.26
%33.97
%30.77

CMYK color model

#A59F90 color CMYK value is (0,4,13,35).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 12.73%
  • key color value is 35.29%

CMYK: (0,4,13,35)
C0M4Y13K35 (0%, 4%, 13%, 35%)
(0.00 / 0.04 / 0.13 / 0.35)

CMYK percentages

%0
%3.64
%12.73
%35.29

Codes

Color #A59F90 in popluar color models

A5 9F 90
RGB 165 159 144
HSL 43° 10.45% 60.59%
HSB/HSV 43° 12.73% 64.71%
CMYK 0.00% 3.64% 12.73%
35.29%

Color #A59F90 in popluar number systems.

HEX A5 9F 90
Decimal 165 159 144
Binary 10100101 10011111 10010000
Octal 245 237 220

Shades and tints

Shades of #A59F90

#A59F90
(165,159,144)
#969183
(150,145,131)
#878376
(135,131,118)
#787569
(120,117,105)
#69675C
(105,103,92)
#5A594F
(90,89,79)
#4B4B42
(75,75,66)
#3C3D35
(60,61,53)
#2D2F28
(45,47,40)
#1E211B
(30,33,27)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #A59F90

#A59F90
(165,159,144)
#ADA79A
(173,167,154)
#B5AFA4
(181,175,164)
#BDB7AE
(189,183,174)
#C5BFB8
(197,191,184)
#CDC7C2
(205,199,194)
#D5CFCC
(213,207,204)
#DDD7D6
(221,215,214)
#E5DFE0
(229,223,224)
#EDE7EA
(237,231,234)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59F90 color. Also use rgb(165,159,144) instead hex code.

Text Font Color

.myTextColor { color: #A59F90; }

<p style="color:#A59F90">This sample text font color is #A59F90.</p>

This text font color is #A59F90.

Background Color

.myBgColor { background-color: #A59F90; }

<div style="background-color:#A59F90">Inner text</div>

This div background color is #A59F90.

Border color

.myBorderColor { border: 1px solid #A59F90; }

<div style="border:3px solid #A59F90">Div</div>

This div border color is #A59F90.

Opacity

.myOpacity80 { color: #A59F90; opacity: 0.8; }

<p style="color:#A59F90;opacity:0.8;">80%</p>

Text with #A59F90 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A59F90;}

<p style="text-shadow: 3px 3px 1px #A59F90">Text here.</p>

This text has shadow with #A59F90 color.


.textShadow {text-shadow: 3px 3px 1px #A59F90', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A59F90, 5px 5px 20px red">Text here.</p>

This text has shadow with #A59F90 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A59F90, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A59F90, Direction=45, Strength=4)">Text</p>

This text has shadow with #A59F90 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A59F90;
-webkit-box-shadow: 1px 1px 3px 2px #A59F90;
box-shadow: 1px 1px 3px 2px #A59F90;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A59F90; -webkit-box-shadow: 1px 1px 3px 2px #A59F90; box-shadow:1px 1px 3px 2px #A59F90;">
Div content here
</div>

This div box has shadow with color #A59F90.

Preview

Color preview on black background

This text has color #A59F90 on black background.


Color preview on white background

This text has color #A59F90 on white background.


Black color preview on #A59F90 background

This text has black color on #A59F90 background.


White color preview on #A59F90 background

This text has white color on #A59F90 background.


Related colors

Complementary color

Complementary color for #hex is #5A606F.


I love getcolorcode.com

Triadic colors

1 #90A59F and #9F90A5 with #A59F90 are triadic colors.

2 #909FA5 and #9FA590 with #A59F90 are triadic colors.