#A29D83

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

Shades of Grey Olive #A29D83

Tints of Grey Olive #A29D83

Color information

#A29D83 (or 0xA29D83) is unknown color: approx Grey Olive. HEX triplet: A2, 9D and 83. RGB value is (162,157,131). Sum of RGB (Red+Green+Blue) = 162+157+131=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29D83 is #5D627C. Grayscale: #9B9B9B. Windows color (decimal): -6120061 or 8625570. OLE color: 8625570.

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

Color convert

RGB162157131-
CMYK00.030.190.36
HSL50.32º14.29%57.45%-
HSV(B)50.32º19.14%63.53%-
XYZ31.0533.4326.29-
YUV155.53114.16132.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 157 (61.72% from 255) = 34.89%
BLUE value IS 131 (51.56% from 255) = 29.11%
R=36%
G=34.89%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215713100.030.190.3650.3214.2957.45
HexA29D8303132432e39
Octal242235203032344621671
Binary101000101001110110000011011100111001001100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D83; }

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

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

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

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

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

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

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

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