#A29F87

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

Shades of Neutral Green #A29F87

Tints of Neutral Green #A29F87

Color information

#A29F87 (or 0xA29F87) is unknown color: approx Neutral Green. HEX triplet: A2, 9F and 87. RGB value is (162,159,135). Sum of RGB (Red+Green+Blue) = 162+159+135=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29F87 is #5D6078. Grayscale: #9D9D9D. Windows color (decimal): -6119545 or 8888226. OLE color: 8888226.

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

Color convert

RGB162159135-
CMYK00.020.170.36
HSL53.33º12.68%58.24%-
HSV(B)53.33º16.67%63.53%-
XYZ31.6734.2327.86-
YUV157.16115.49131.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 159 (62.5% from 255) = 34.87%
BLUE value IS 135 (53.12% from 255) = 29.61%
R=35.53%
G=34.87%
B=29.61%

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
Decimal16215913500.020.170.3653.3312.6858.24
HexA29F8702112435d3a
Octal242237207022144651572
Binary101000101001111110000111010100011001001101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F87; }

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

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

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

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

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

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

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

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