#A49A87

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

Shades of Napa #A49A87

Tints of Napa #A49A87

Color information

#A49A87 (or 0xA49A87) is unknown color: approx Napa. HEX triplet: A4, 9A and 87. RGB value is (164,154,135). Sum of RGB (Red+Green+Blue) = 164+154+135=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49A87 is #5B6578. Grayscale: #9A9A9A. Windows color (decimal): -5989753 or 8886948. OLE color: 8886948.

HSL color Cylindrical-coordinate representation of color #A49A87: hue angle of 39.31º 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 #A49A87 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB164154135-
CMYK00.060.180.36
HSL39.31º13.74%58.63%-
HSV(B)39.31º17.68%64.31%-
XYZ31.2432.7527.6-
YUV154.82116.81134.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.20%
GREEN value IS 154 (60.55% from 255) = 34.00%
BLUE value IS 135 (53.12% from 255) = 29.80%
R=36.20%
G=34.00%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415413500.060.180.3639.3113.7458.63
HexA49A8706122427e3b
Octal244232207062244471673
Binary1010010010011010100001110110100101001001001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49A87; }

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

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

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

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

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

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

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

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