#A19D84

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

Shades of Grey Olive #A19D84

Tints of Grey Olive #A19D84

Color information

#A19D84 (or 0xA19D84) is unknown color: approx Grey Olive. HEX triplet: A1, 9D and 84. RGB value is (161,157,132). Sum of RGB (Red+Green+Blue) = 161+157+132=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19D84 is #5E627B. Grayscale: #9B9B9B. Windows color (decimal): -6185596 or 8691105. OLE color: 8691105.

HSL color Cylindrical-coordinate representation of color #A19D84: hue angle of 51.72º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A19D84 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB161157132-
CMYK00.020.180.37
HSL51.72º13.36%57.45%-
HSV(B)51.72º18.01%63.14%-
XYZ30.9233.3626.64-
YUV155.35114.83132.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.78%
GREEN value IS 157 (61.72% from 255) = 34.89%
BLUE value IS 132 (51.95% from 255) = 29.33%
R=35.78%
G=34.89%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115713200.020.180.3751.7213.3657.45
HexA19D8402122534d39
Octal241235204022245641571
Binary101000011001110110000100010100101001011101001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19D84; }

 p { color: rgb(161,157,132); }

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

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

 a { background-color: rgb(161,157,132); }

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

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

 span { border-color: rgb(161,157,132); }

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