#A29B81

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

Shades of Grey Olive #A29B81

Tints of Grey Olive #A29B81

Color information

#A29B81 (or 0xA29B81) is unknown color: approx Grey Olive. HEX triplet: A2, 9B and 81. RGB value is (162,155,129). Sum of RGB (Red+Green+Blue) = 162+155+129=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29B81 is #5D647E. Grayscale: #9A9A9A. Windows color (decimal): -6120575 or 8493986. OLE color: 8493986.

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

Color convert

RGB162155129-
CMYK00.040.200.36
HSL47.27º15.07%57.06%-
HSV(B)47.27º20.37%63.53%-
XYZ30.5832.7125.47-
YUV154.13113.82133.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 155 (60.94% from 255) = 34.75%
BLUE value IS 129 (50.78% from 255) = 28.92%
R=36.32%
G=34.75%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215512900.040.200.3647.2715.0757.06
HexA29B810414242ff39
Octal242233201042444571771
Binary1010001010011011100000010100101001001001011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B81; }

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

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

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

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

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

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

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

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