Html Css Color HEX #A49987 Napa

📋 copy color: '#A49987'

red 164 ◦ green 153 ◦ blue 135

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

Shades of Napa #A49987

Tints of Napa #A49987

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.85%

 BLUE value IS 135 (53.13% from 255) = 29.87%

R = 36.28%
G = 33.85%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A49987 (or 0xA49987) is known color: Napa. HEX triplet: A4, 99 and 87. RGB value is (164,153,135). Sum of RGB (Red+Green+Blue) = 164+153+135=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 164 - color contains mainly: red. Hex color #A49987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49987 is #5B6678. Grayscale: #9A9A9A. Windows color (decimal): -5990009 or 8886692. OLE color: 8886692.

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

Color convert

RGB 164 153 135 -
CMYK 0 0.07 0.18 0.36
HSL 37.24º 0.14% 0.59% -
HSV(B) 37.24º 0.18% 0.64% -
XYZ 31.07 32.42 27.54 -
YUV 154.24 117.14 134.96 -
System Red Green Blue C M Y K H S L
Decimal 164 153 135 0 0.07 0.18 0.36 37.24 0.14 0.59
Hex A4 99 87 0 7 12 24 25 E 3B
Octal 244 231 207 0 7 22 44 45 16 73
Binary 10100100 10011001 10000111 0 111 10010 100100 100101 1110 111011

Color Harmonies of #A49987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49987

Black with #A49987

Text Example


Text Example

White with #A49987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49987; }

 p { color: rgb(164,153,135); }

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

background-color css

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

 a { background-color: rgb(164,153,135); }

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

border-color css

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

 span { border-color: rgb(164,153,135); }

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