#A19A81

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

Shades of Grey Olive #A19A81

Tints of Grey Olive #A19A81

Color information

#A19A81 (or 0xA19A81) is unknown color: approx Grey Olive. HEX triplet: A1, 9A and 81. RGB value is (161,154,129). Sum of RGB (Red+Green+Blue) = 161+154+129=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19A81 is #5E657E. Grayscale: #999999. Windows color (decimal): -6186367 or 8493729. OLE color: 8493729.

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

Color convert

RGB161154129-
CMYK00.040.200.37
HSL46.88º14.55%56.86%-
HSV(B)46.88º19.88%63.14%-
XYZ30.2232.2725.41-
YUV153.24114.32133.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 154 (60.55% from 255) = 34.68%
BLUE value IS 129 (50.78% from 255) = 29.05%
R=36.26%
G=34.68%
B=29.05%

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
Decimal16115412900.040.200.3746.8814.5556.86
HexA19A810414252ff39
Octal241232201042445571771
Binary1010000110011010100000010100101001001011011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19A81; }

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

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

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

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

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

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

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

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