#A49D80

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

Shades of Grey Olive #A49D80

Tints of Grey Olive #A49D80

Color information

#A49D80 (or 0xA49D80) is unknown color: approx Grey Olive. HEX triplet: A4, 9D and 80. RGB value is (164,157,128). Sum of RGB (Red+Green+Blue) = 164+157+128=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49D80 is #5B627F. Grayscale: #9B9B9B. Windows color (decimal): -5988992 or 8428964. OLE color: 8428964.

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

Color convert

RGB164157128-
CMYK00.040.220.36
HSL48.33º16.51%57.25%-
HSV(B)48.33º21.95%64.31%-
XYZ31.2633.5625.25-
YUV155.79112.32133.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 157 (61.72% from 255) = 34.97%
BLUE value IS 128 (50.39% from 255) = 28.51%
R=36.53%
G=34.97%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415712800.040.220.3648.3316.5157.25
HexA49D80041624301139
Octal244235200042644602171
Binary10100100100111011000000001001011010010011000010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49D80; }

 p { color: rgb(164,157,128); }

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

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

 a { background-color: rgb(164,157,128); }

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

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

 span { border-color: rgb(164,157,128); }

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