#A29885

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

Shades of Napa #A29885

Tints of Napa #A29885

Color information

#A29885 (or 0xA29885) is unknown color: approx Napa. HEX triplet: A2, 98 and 85. RGB value is (162,152,133). Sum of RGB (Red+Green+Blue) = 162+152+133=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 162 - color contains mainly: red. Hex color #A29885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29885 is #5D677A. Grayscale: #989898. Windows color (decimal): -6121339 or 8755362. OLE color: 8755362.

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

Color convert

RGB162152133-
CMYK00.060.180.36
HSL39.31º13.49%57.84%-
HSV(B)39.31º17.9%63.53%-
XYZ30.3631.8326.73-
YUV152.82116.81134.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.24%
GREEN value IS 152 (59.77% from 255) = 34.00%
BLUE value IS 133 (52.34% from 255) = 29.75%
R=36.24%
G=34.00%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215213300.060.180.3639.3113.4957.84
HexA2988506122427d3a
Octal242230205062244471572
Binary1010001010011000100001010110100101001001001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29885; }

 p { color: rgb(162,152,133); }

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

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

 a { background-color: rgb(162,152,133); }

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

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

 span { border-color: rgb(162,152,133); }

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