#A19A80

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

Shades of Grey Olive #A19A80

Tints of Grey Olive #A19A80

Color information

#A19A80 (or 0xA19A80) is unknown color: approx Grey Olive. HEX triplet: A1, 9A and 80. RGB value is (161,154,128). Sum of RGB (Red+Green+Blue) = 161+154+128=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19A80 is #5E657F. Grayscale: #999999. Windows color (decimal): -6186368 or 8428193. OLE color: 8428193.

HSL color Cylindrical-coordinate representation of color #A19A80: hue angle of 47.27º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A19A80 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB161154128-
CMYK00.040.200.37
HSL47.27º14.93%56.67%-
HSV(B)47.27º20.5%63.14%-
XYZ30.1532.2525.06-
YUV153.13113.82133.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.34%
GREEN value IS 154 (60.55% from 255) = 34.76%
BLUE value IS 128 (50.39% from 255) = 28.89%
R=36.34%
G=34.76%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115412800.040.200.3747.2714.9356.67
HexA19A800414252ff39
Octal241232200042445571771
Binary1010000110011010100000000100101001001011011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19A80; }

 p { color: rgb(161,154,128); }

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

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

 a { background-color: rgb(161,154,128); }

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

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

 span { border-color: rgb(161,154,128); }

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