#A29989

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

Shades of Napa #A29989

Tints of Napa #A29989

Color information

#A29989 (or 0xA29989) is unknown color: approx Napa. HEX triplet: A2, 99 and 89. RGB value is (162,153,137). Sum of RGB (Red+Green+Blue) = 162+153+137=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 162 - color contains mainly: red. Hex color #A29989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29989 is #5D6676. Grayscale: #999999. Windows color (decimal): -6121079 or 9017762. OLE color: 9017762.

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

Color convert

RGB162153137-
CMYK00.060.150.36
HSL38.4º11.85%58.63%-
HSV(B)38.4º15.43%63.53%-
XYZ30.8132.2728.27-
YUV153.87118.48133.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 153 (60.16% from 255) = 33.85%
BLUE value IS 137 (53.91% from 255) = 30.31%
R=35.84%
G=33.85%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215313700.060.150.3638.411.8558.63
HexA2998906F2426c3b
Octal242231211061744461473
Binary101000101001100110001001011011111001001001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29989; }

 p { color: rgb(162,153,137); }

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

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

 a { background-color: rgb(162,153,137); }

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

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

 span { border-color: rgb(162,153,137); }

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