#A29D82

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

Shades of Grey Olive #A29D82

Tints of Grey Olive #A29D82

Color information

#A29D82 (or 0xA29D82) is unknown color: approx Grey Olive. HEX triplet: A2, 9D and 82. RGB value is (162,157,130). Sum of RGB (Red+Green+Blue) = 162+157+130=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29D82 is #5D627D. Grayscale: #9B9B9B. Windows color (decimal): -6120062 or 8560034. OLE color: 8560034.

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

Color convert

RGB162157130-
CMYK00.030.200.36
HSL50.63º14.68%57.25%-
HSV(B)50.63º19.75%63.53%-
XYZ30.9933.4125.93-
YUV155.42113.66132.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.08%
GREEN value IS 157 (61.72% from 255) = 34.97%
BLUE value IS 130 (51.17% from 255) = 28.95%
R=36.08%
G=34.97%
B=28.95%

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
Decimal16215713000.030.200.3650.6314.6857.25
HexA29D8203142433f39
Octal242235202032444631771
Binary101000101001110110000010011101001001001100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D82; }

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

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

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

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

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

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

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

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