#A09B7C

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

Shades of Grey Olive #A09B7C

Tints of Grey Olive #A09B7C

Color information

#A09B7C (or 0xA09B7C) is unknown color: approx Grey Olive. HEX triplet: A0, 9B and 7C. RGB value is (160,155,124). Sum of RGB (Red+Green+Blue) = 160+155+124=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09B7C is #5F6483. Grayscale: #999999. Windows color (decimal): -6251652 or 8166304. OLE color: 8166304.

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

Color convert

RGB160155124-
CMYK00.030.220.37
HSL51.67º15.93%55.69%-
HSV(B)51.67º22.5%62.75%-
XYZ29.8632.3723.74-
YUV152.96111.66133.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 155 (60.94% from 255) = 35.31%
BLUE value IS 124 (48.83% from 255) = 28.25%
R=36.45%
G=35.31%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015512400.030.220.3751.6715.9355.69
HexA09B7C031625341038
Octal240233174032645642070
Binary101000001001101111111000111011010010111010010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09B7C; }

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

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

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

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

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

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

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

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