#A29C92

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

Shades of Napa #A29C92

Tints of Napa #A29C92

Color information

#A29C92 (or 0xA29C92) is unknown color: approx Napa. HEX triplet: A2, 9C and 92. RGB value is (162,156,146). Sum of RGB (Red+Green+Blue) = 162+156+146=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29C92 is #5D636D. Grayscale: #9C9C9C. Windows color (decimal): -6120302 or 9608354. OLE color: 9608354.

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

Color convert

RGB162156146-
CMYK00.040.100.36
HSL37.5º7.92%60.39%-
HSV(B)37.5º9.88%63.53%-
XYZ31.9833.5331.98-
YUV156.65121.99131.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.91%
GREEN value IS 156 (61.33% from 255) = 33.62%
BLUE value IS 146 (57.42% from 255) = 31.47%
R=34.91%
G=33.62%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215614600.040.100.3637.57.9260.39
HexA29C9204A242683c
Octal242234222041244461074
Binary101000101001110010010010010010101001001001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29C92; }

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

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

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

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

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

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

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

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