#A59D89

Color #A59D89 Napa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Napa #A59D89

Tints of Napa #A59D89

Color information

#A59D89 (or 0xA59D89) is unknown color: approx Napa. HEX triplet: A5, 9D and 89. RGB value is (165,157,137). Sum of RGB (Red+Green+Blue) = 165+157+137=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59D89 is #5A6276. Grayscale: #9D9D9D. Windows color (decimal): -5923447 or 9018789. OLE color: 9018789.

HSL color Cylindrical-coordinate representation of color #A59D89: hue angle of 42.86º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A59D89 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB165157137-
CMYK00.050.170.35
HSL42.86º13.46%59.22%-
HSV(B)42.86º16.97%64.71%-
XYZ32.0933.9228.52-
YUV157.11116.65133.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 157 (61.72% from 255) = 34.20%
BLUE value IS 137 (53.91% from 255) = 29.85%
R=35.95%
G=34.20%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515713700.050.170.3542.8613.4659.22
HexA59D890511232bd3b
Octal245235211052143531573
Binary1010010110011101100010010101100011000111010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59D89; }

 p { color: rgb(165,157,137); }

 H1.HeaderClassName
 {
   color: #A59D89;
 }
 .AnyTagClassName
 {
   color: #A59D89;
 }
</style>
background-color css

<style>
 a { background-color: #A59D89; }

 a { background-color: rgb(165,157,137); }

 div.DivClassName
 {
   background-color: #A59D89;
 }
 .BgClassName
 {
   background-color: #A59D89;
 }
</style>
border-color css

<style>
 span { border-color: #A59D89; }

 span { border-color: rgb(165,157,137); }

 td.TdClassName
 {
   border-color: #A59D89;
 }
 .TagClassName
 {
   border-color: #A59D89;
 }
</style>