#A29D81

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

Shades of Grey Olive #A29D81

Tints of Grey Olive #A29D81

Color information

#A29D81 (or 0xA29D81) is unknown color: approx Grey Olive. HEX triplet: A2, 9D and 81. RGB value is (162,157,129). Sum of RGB (Red+Green+Blue) = 162+157+129=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29D81 is #5D627E. Grayscale: #9B9B9B. Windows color (decimal): -6120063 or 8494498. OLE color: 8494498.

HSL color Cylindrical-coordinate representation of color #A29D81: hue angle of 50.91º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A29D81 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB162157129-
CMYK00.030.200.36
HSL50.91º15.07%57.06%-
HSV(B)50.91º20.37%63.53%-
XYZ30.9233.3825.58-
YUV155.3113.16132.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.16%
GREEN value IS 157 (61.72% from 255) = 35.04%
BLUE value IS 129 (50.78% from 255) = 28.79%
R=36.16%
G=35.04%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215712900.030.200.3650.9115.0757.06
HexA29D8103142433f39
Octal242235201032444631771
Binary101000101001110110000001011101001001001100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D81; }

 p { color: rgb(162,157,129); }

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

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

 a { background-color: rgb(162,157,129); }

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

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

 span { border-color: rgb(162,157,129); }

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