#A29986

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

Shades of Napa #A29986

Tints of Napa #A29986

Color information

#A29986 (or 0xA29986) is unknown color: approx Napa. HEX triplet: A2, 99 and 86. RGB value is (162,153,134). Sum of RGB (Red+Green+Blue) = 162+153+134=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 162 - color contains mainly: red. Hex color #A29986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29986 is #5D6679. Grayscale: #999999. Windows color (decimal): -6121082 or 8821154. OLE color: 8821154.

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

Color convert

RGB162153134-
CMYK00.060.170.36
HSL40.71º13.08%58.04%-
HSV(B)40.71º17.28%63.53%-
XYZ30.5932.1927.15-
YUV153.52116.98134.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.08%
GREEN value IS 153 (60.16% from 255) = 34.08%
BLUE value IS 134 (52.73% from 255) = 29.84%
R=36.08%
G=34.08%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215313400.060.170.3640.7113.0858.04
HexA2998606112429d3a
Octal242231206062144511572
Binary1010001010011001100001100110100011001001010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29986; }

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

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

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

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

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

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

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

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