#A29A89

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

Shades of Napa #A29A89

Tints of Napa #A29A89

Color information

#A29A89 (or 0xA29A89) is unknown color: approx Napa. HEX triplet: A2, 9A and 89. RGB value is (162,154,137). Sum of RGB (Red+Green+Blue) = 162+154+137=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29A89 is #5D6576. Grayscale: #9A9A9A. Windows color (decimal): -6120823 or 9018018. OLE color: 9018018.

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

Color convert

RGB162154137-
CMYK00.050.150.36
HSL40.8º11.85%58.63%-
HSV(B)40.8º15.43%63.53%-
XYZ30.9732.628.33-
YUV154.45118.15133.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.76%
GREEN value IS 154 (60.55% from 255) = 34.00%
BLUE value IS 137 (53.91% from 255) = 30.24%
R=35.76%
G=34.00%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215413700.050.150.3640.811.8558.63
HexA29A8905F2429c3b
Octal242232211051744511473
Binary101000101001101010001001010111111001001010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A89; }

 p { color: rgb(162,154,137); }

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

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

 a { background-color: rgb(162,154,137); }

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

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

 span { border-color: rgb(162,154,137); }

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