Html Css Color HEX #A49D89 Napa

📋 copy color: '#A49D89'

red 164 ◦ green 157 ◦ blue 137

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

Shades of Napa #A49D89

Tints of Napa #A49D89

RGB

 RED value IS 164 (64.45% from 255) = 35.81%

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

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

R = 35.81%
G = 34.28%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A49D89 (or 0xA49D89) is known color: Napa. HEX triplet: A4, 9D and 89. RGB value is (164,157,137). Sum of RGB (Red+Green+Blue) = 164+157+137=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49D89 is #5B6276. Grayscale: #9C9C9C. Windows color (decimal): -5988983 or 9018788. OLE color: 9018788.

HSL color Cylindrical-coordinate representation of color #A49D89: hue angle of 44.44º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A49D89 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 157 137 -
CMYK 0 0.04 0.16 0.36
HSL 44.44º 0.13% 0.59% -
HSV(B) 44.44º 0.16% 0.64% -
XYZ 31.88 33.81 28.51 -
YUV 156.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 164 157 137 0 0.04 0.16 0.36 44.44 0.13 0.59
Hex A4 9D 89 0 4 10 24 2C D 3B
Octal 244 235 211 0 4 20 44 54 15 73
Binary 10100100 10011101 10001001 0 100 10000 100100 101100 1101 111011

Color Harmonies of #A49D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D89

Black with #A49D89

Text Example


Text Example

White with #A49D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D89; }

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

 H1.HeaderClassName
 {
   color: #A49D89;
 }
 .AnyTagClassName
 {
   color: #A49D89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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