#A29D85

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

Shades of Grey Olive #A29D85

Tints of Grey Olive #A29D85

Color information

#A29D85 (or 0xA29D85) is unknown color: approx Grey Olive. HEX triplet: A2, 9D and 85. RGB value is (162,157,133). Sum of RGB (Red+Green+Blue) = 162+157+133=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29D85 is #5D627A. Grayscale: #9B9B9B. Windows color (decimal): -6120059 or 8756642. OLE color: 8756642.

HSL color Cylindrical-coordinate representation of color #A29D85: hue angle of 49.66º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A29D85 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB162157133-
CMYK00.030.180.36
HSL49.66º13.49%57.84%-
HSV(B)49.66º17.9%63.53%-
XYZ31.1933.4927.01-
YUV155.76115.16132.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 157 (61.72% from 255) = 34.73%
BLUE value IS 133 (52.34% from 255) = 29.42%
R=35.84%
G=34.73%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215713300.030.180.3649.6613.4957.84
HexA29D8503122432d3a
Octal242235205032244621572
Binary101000101001110110000101011100101001001100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D85; }

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

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

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

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

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

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

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

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