#A0977F

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

Shades of Grey Olive #A0977F

Tints of Grey Olive #A0977F

Color information

#A0977F (or 0xA0977F) is unknown color: approx Grey Olive. HEX triplet: A0, 97 and 7F. RGB value is (160,151,127). Sum of RGB (Red+Green+Blue) = 160+151+127=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 160 - color contains mainly: red. Hex color #A0977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0977F is #5F6880. Grayscale: #979797. Windows color (decimal): -6252673 or 8361888. OLE color: 8361888.

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

Color convert

RGB160151127-
CMYK00.060.210.37
HSL43.64º14.8%56.27%-
HSV(B)43.64º20.62%62.75%-
XYZ29.3931.1424.54-
YUV150.96114.48134.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.53%
GREEN value IS 151 (59.38% from 255) = 34.47%
BLUE value IS 127 (50% from 255) = 29.00%
R=36.53%
G=34.47%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015112700.060.210.3743.6414.856.27
HexA0977F0615252cf38
Octal240227177062545541770
Binary101000001001011111111110110101011001011011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0977F; }

 p { color: rgb(160,151,127); }

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

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

 a { background-color: rgb(160,151,127); }

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

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

 span { border-color: rgb(160,151,127); }

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