#A09A7C

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

Shades of Grey Olive #A09A7C

Tints of Grey Olive #A09A7C

Color information

#A09A7C (or 0xA09A7C) is unknown color: approx Grey Olive. HEX triplet: A0, 9A and 7C. RGB value is (160,154,124). Sum of RGB (Red+Green+Blue) = 160+154+124=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09A7C is #5F6583. Grayscale: #989898. Windows color (decimal): -6251908 or 8166048. OLE color: 8166048.

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

Color convert

RGB160154124-
CMYK00.040.220.37
HSL50º15.93%55.69%-
HSV(B)50º22.5%62.75%-
XYZ29.6932.0423.69-
YUV152.37111.99133.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.53%
GREEN value IS 154 (60.55% from 255) = 35.16%
BLUE value IS 124 (48.83% from 255) = 28.31%
R=36.53%
G=35.16%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015412400.040.220.375015.9355.69
HexA09A7C041625321038
Octal240232174042645622070
Binary1010000010011010111110001001011010010111001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09A7C; }

 p { color: rgb(160,154,124); }

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

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

 a { background-color: rgb(160,154,124); }

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

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

 span { border-color: rgb(160,154,124); }

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