#A0987F

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

Shades of Grey Olive #A0987F

Tints of Grey Olive #A0987F

Color information

#A0987F (or 0xA0987F) is unknown color: approx Grey Olive. HEX triplet: A0, 98 and 7F. RGB value is (160,152,127). Sum of RGB (Red+Green+Blue) = 160+152+127=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 160 - color contains mainly: red. Hex color #A0987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0987F is #5F6780. Grayscale: #979797. Windows color (decimal): -6252417 or 8362144. OLE color: 8362144.

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

Color convert

RGB160152127-
CMYK00.050.210.37
HSL45.45º14.8%56.27%-
HSV(B)45.45º20.62%62.75%-
XYZ29.5631.4624.59-
YUV151.54114.15134.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 152 (59.77% from 255) = 34.62%
BLUE value IS 127 (50% from 255) = 28.93%
R=36.45%
G=34.62%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015212700.050.210.3745.4514.856.27
HexA0987F0515252df38
Octal240230177052545551770
Binary101000001001100011111110101101011001011011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0987F; }

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

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

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

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

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

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

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

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