#A29A8B

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

Shades of Napa #A29A8B

Tints of Napa #A29A8B

Color information

#A29A8B (or 0xA29A8B) is unknown color: approx Napa. HEX triplet: A2, 9A and 8B. RGB value is (162,154,139). Sum of RGB (Red+Green+Blue) = 162+154+139=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29A8B is #5D6574. Grayscale: #9A9A9A. Windows color (decimal): -6120821 or 9149090. OLE color: 9149090.

HSL color Cylindrical-coordinate representation of color #A29A8B: hue angle of 39.13º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A29A8B is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB162154139-
CMYK00.050.140.36
HSL39.13º11%59.02%-
HSV(B)39.13º14.2%63.53%-
XYZ31.1232.6629.09-
YUV154.68119.15133.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 154 (60.55% from 255) = 33.85%
BLUE value IS 139 (54.69% from 255) = 30.55%
R=35.60%
G=33.85%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215413900.050.140.3639.131159.02
HexA29A8B05E2427b3b
Octal242232213051644471373
Binary101000101001101010001011010111101001001001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A8B; }

 p { color: rgb(162,154,139); }

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

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

 a { background-color: rgb(162,154,139); }

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

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

 span { border-color: rgb(162,154,139); }

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