Html Css Color HEX #A59D89 Napa

📋 copy color: '#A59D89'

red 165 ◦ green 157 ◦ blue 137

#A59D89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Napa #A59D89

Tints of Napa #A59D89

RGB

 RED value IS 165 (64.84% from 255) = 35.95%

 GREEN value IS 157 (61.72% from 255) = 34.2%

 BLUE value IS 137 (53.91% from 255) = 29.85%

R = 35.95%
G = 34.2%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A59D89 (or 0xA59D89) is known color: 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

RGB 165 157 137 -
CMYK 0 0.05 0.17 0.35
HSL 42.86º 0.13% 0.59% -
HSV(B) 42.86º 0.17% 0.65% -
XYZ 32.09 33.92 28.52 -
YUV 157.11 116.65 133.63 -
System Red Green Blue C M Y K H S L
Decimal 165 157 137 0 0.05 0.17 0.35 42.86 0.13 0.59
Hex A5 9D 89 0 5 11 23 2B D 3B
Octal 245 235 211 0 5 21 43 53 15 73
Binary 10100101 10011101 10001001 0 101 10001 100011 101011 1101 111011

Color Harmonies of #A59D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59D89

Black with #A59D89

Text Example


Text Example

White with #A59D89

Text Example


Text Example

HTML Codes & Css Web 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>