#A29D8F

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

Shades of Napa #A29D8F

Tints of Napa #A29D8F

Color information

#A29D8F (or 0xA29D8F) is unknown color: approx Napa. HEX triplet: A2, 9D and 8F. RGB value is (162,157,143). Sum of RGB (Red+Green+Blue) = 162+157+143=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29D8F is #5D6270. Grayscale: #9C9C9C. Windows color (decimal): -6120049 or 9412002. OLE color: 9412002.

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

Color convert

RGB162157143-
CMYK00.030.120.36
HSL44.21º9.27%59.8%-
HSV(B)44.21º11.73%63.53%-
XYZ31.9233.7830.82-
YUV156.9120.16131.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.06%
GREEN value IS 157 (61.72% from 255) = 33.98%
BLUE value IS 143 (56.25% from 255) = 30.95%
R=35.06%
G=33.98%
B=30.95%

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
Decimal16215714300.030.120.3644.219.2759.8
HexA29D8F03C242c93c
Octal242235217031444541174
Binary10100010100111011000111101111001001001011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D8F; }

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

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

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

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

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

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

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

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