#A29A81

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

Shades of Grey Olive #A29A81

Tints of Grey Olive #A29A81

Color information

#A29A81 (or 0xA29A81) is unknown color: approx Grey Olive. HEX triplet: A2, 9A and 81. RGB value is (162,154,129). Sum of RGB (Red+Green+Blue) = 162+154+129=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29A81 is #5D657E. Grayscale: #999999. Windows color (decimal): -6120831 or 8493730. OLE color: 8493730.

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

Color convert

RGB162154129-
CMYK00.050.200.36
HSL45.45º15.07%57.06%-
HSV(B)45.45º20.37%63.53%-
XYZ30.4232.3825.42-
YUV153.54114.15134.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.40%
GREEN value IS 154 (60.55% from 255) = 34.61%
BLUE value IS 129 (50.78% from 255) = 28.99%
R=36.40%
G=34.61%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215412900.050.200.3645.4515.0757.06
HexA29A810514242df39
Octal242232201052444551771
Binary1010001010011010100000010101101001001001011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A81; }

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

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

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

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

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

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

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

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