#A29E87

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

Shades of Grey Olive #A29E87

Tints of Grey Olive #A29E87

Color information

#A29E87 (or 0xA29E87) is unknown color: approx Grey Olive. HEX triplet: A2, 9E and 87. RGB value is (162,158,135). Sum of RGB (Red+Green+Blue) = 162+158+135=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29E87 is #5D6178. Grayscale: #9C9C9C. Windows color (decimal): -6119801 or 8887970. OLE color: 8887970.

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

Color convert

RGB162158135-
CMYK00.020.170.36
HSL51.11º12.68%58.24%-
HSV(B)51.11º16.67%63.53%-
XYZ31.533.8827.8-
YUV156.57115.83131.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 158 (62.11% from 255) = 34.73%
BLUE value IS 135 (53.12% from 255) = 29.67%
R=35.60%
G=34.73%
B=29.67%

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
Decimal16215813500.020.170.3651.1112.6858.24
HexA29E8702112433d3a
Octal242236207022144631572
Binary101000101001111010000111010100011001001100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29E87; }

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

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

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

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

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

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

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

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