#A29A8E

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

Shades of Napa #A29A8E

Tints of Napa #A29A8E

Color information

#A29A8E (or 0xA29A8E) is unknown color: approx Napa. HEX triplet: A2, 9A and 8E. RGB value is (162,154,142). Sum of RGB (Red+Green+Blue) = 162+154+142=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29A8E is #5D6571. Grayscale: #9B9B9B. Windows color (decimal): -6120818 or 9345698. OLE color: 9345698.

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

Color convert

RGB162154142-
CMYK00.050.120.36
HSL36º9.71%59.61%-
HSV(B)36º12.35%63.53%-
XYZ31.3432.7530.26-
YUV155.02120.65132.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.37%
GREEN value IS 154 (60.55% from 255) = 33.62%
BLUE value IS 142 (55.86% from 255) = 31.00%
R=35.37%
G=33.62%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215414200.050.120.36369.7159.61
HexA29A8E05C2424a3c
Octal242232216051444441274
Binary101000101001101010001110010111001001001001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A8E; }

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

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

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

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

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

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

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

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