#A29C8F

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

Shades of Napa #A29C8F

Tints of Napa #A29C8F

Color information

#A29C8F (or 0xA29C8F) is unknown color: approx Napa. HEX triplet: A2, 9C and 8F. RGB value is (162,156,143). Sum of RGB (Red+Green+Blue) = 162+156+143=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29C8F is #5D6370. Grayscale: #9C9C9C. Windows color (decimal): -6120305 or 9411746. OLE color: 9411746.

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

Color convert

RGB162156143-
CMYK00.040.120.36
HSL41.05º9.27%59.8%-
HSV(B)41.05º11.73%63.53%-
XYZ31.7533.4430.77-
YUV156.31120.49132.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.14%
GREEN value IS 156 (61.33% from 255) = 33.84%
BLUE value IS 143 (56.25% from 255) = 31.02%
R=35.14%
G=33.84%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215614300.040.120.3641.059.2759.8
HexA29C8F04C242993c
Octal242234217041444511174
Binary101000101001110010001111010011001001001010011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29C8F; }

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

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

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

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

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

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

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

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