#A09B7E

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

Shades of Grey Olive #A09B7E

Tints of Grey Olive #A09B7E

Color information

#A09B7E (or 0xA09B7E) is unknown color: approx Grey Olive. HEX triplet: A0, 9B and 7E. RGB value is (160,155,126). Sum of RGB (Red+Green+Blue) = 160+155+126=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09B7E is #5F6481. Grayscale: #999999. Windows color (decimal): -6251650 or 8297376. OLE color: 8297376.

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

Color convert

RGB160155126-
CMYK00.030.210.37
HSL51.18º15.18%56.08%-
HSV(B)51.18º21.25%62.75%-
XYZ29.9832.4224.42-
YUV153.19112.66132.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.28%
GREEN value IS 155 (60.94% from 255) = 35.15%
BLUE value IS 126 (49.61% from 255) = 28.57%
R=36.28%
G=35.15%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015512600.030.210.3751.1815.1856.08
HexA09B7E03152533f38
Octal240233176032545631770
Binary10100000100110111111110011101011001011100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09B7E; }

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

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

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

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

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

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

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

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