#A29D8E

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

Shades of Napa #A29D8E

Tints of Napa #A29D8E

Color information

#A29D8E (or 0xA29D8E) is unknown color: approx Napa. HEX triplet: A2, 9D and 8E. RGB value is (162,157,142). Sum of RGB (Red+Green+Blue) = 162+157+142=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29D8E is #5D6271. Grayscale: #9C9C9C. Windows color (decimal): -6120050 or 9346466. OLE color: 9346466.

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

Color convert

RGB162157142-
CMYK00.030.120.36
HSL45º9.71%59.61%-
HSV(B)45º12.35%63.53%-
XYZ31.8433.7530.43-
YUV156.78119.66131.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.14%
GREEN value IS 157 (61.72% from 255) = 34.06%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=35.14%
G=34.06%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215714200.030.120.36459.7159.61
HexA29D8E03C242da3c
Octal242235216031444551274
Binary10100010100111011000111001111001001001011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D8E; }

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

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

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

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

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

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

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

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