#A29F86

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

Shades of Neutral Green #A29F86

Tints of Neutral Green #A29F86

Color information

#A29F86 (or 0xA29F86) is unknown color: approx Neutral Green. HEX triplet: A2, 9F and 86. RGB value is (162,159,134). Sum of RGB (Red+Green+Blue) = 162+159+134=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29F86 is #5D6079. Grayscale: #9D9D9D. Windows color (decimal): -6119546 or 8822690. OLE color: 8822690.

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

Color convert

RGB162159134-
CMYK00.020.170.36
HSL53.57º13.08%58.04%-
HSV(B)53.57º17.28%63.53%-
XYZ31.634.227.49-
YUV157.05114.99131.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 159 (62.5% from 255) = 34.95%
BLUE value IS 134 (52.73% from 255) = 29.45%
R=35.60%
G=34.95%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215913400.020.170.3653.5713.0858.04
HexA29F8602112436d3a
Octal242237206022144661572
Binary101000101001111110000110010100011001001101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F86; }

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

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

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

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

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

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

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

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