#A09982

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

Shades of Grey Olive #A09982

Tints of Grey Olive #A09982

Color information

#A09982 (or 0xA09982) is unknown color: approx Grey Olive. HEX triplet: A0, 99 and 82. RGB value is (160,153,130). Sum of RGB (Red+Green+Blue) = 160+153+130=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 160 - color contains mainly: red. Hex color #A09982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09982 is #5F667D. Grayscale: #989898. Windows color (decimal): -6252158 or 8559008. OLE color: 8559008.

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

Color convert

RGB160153130-
CMYK00.040.190.37
HSL46º13.64%56.86%-
HSV(B)46º18.75%62.75%-
XYZ29.9231.8725.69-
YUV152.47115.32133.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.12%
GREEN value IS 153 (60.16% from 255) = 34.54%
BLUE value IS 130 (51.17% from 255) = 29.35%
R=36.12%
G=34.54%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015313000.040.190.374613.6456.86
HexA099820413252ee39
Octal240231202042345561671
Binary1010000010011001100000100100100111001011011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09982; }

 p { color: rgb(160,153,130); }

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

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

 a { background-color: rgb(160,153,130); }

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

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

 span { border-color: rgb(160,153,130); }

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