#A29B8F

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

Shades of Napa #A29B8F

Tints of Napa #A29B8F

Color information

#A29B8F (or 0xA29B8F) is unknown color: approx Napa. HEX triplet: A2, 9B and 8F. RGB value is (162,155,143). Sum of RGB (Red+Green+Blue) = 162+155+143=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29B8F is #5D6470. Grayscale: #9B9B9B. Windows color (decimal): -6120561 or 9411490. OLE color: 9411490.

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

Color convert

RGB162155143-
CMYK00.040.120.36
HSL37.89º9.27%59.8%-
HSV(B)37.89º11.73%63.53%-
XYZ31.5833.1130.71-
YUV155.72120.82132.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.22%
GREEN value IS 155 (60.94% from 255) = 33.70%
BLUE value IS 143 (56.25% from 255) = 31.09%
R=35.22%
G=33.70%
B=31.09%

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
Decimal16215514300.040.120.3637.899.2759.8
HexA29B8F04C242693c
Octal242233217041444461174
Binary101000101001101110001111010011001001001001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B8F; }

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

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

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

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

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

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

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

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