#A0A87F

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

Shades of Locust #A0A87F

Tints of Locust #A0A87F

Color information

#A0A87F (or 0xA0A87F) is unknown color: approx Locust. HEX triplet: A0, A8 and 7F. RGB value is (160,168,127). Sum of RGB (Red+Green+Blue) = 160+168+127=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A87F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A87F is #5F5780. Grayscale: #A1A1A1. Windows color (decimal): -6248321 or 8366240. OLE color: 8366240.

HSL color Cylindrical-coordinate representation of color #A0A87F: hue angle of 71.71º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0A87F is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB160168127-
CMYK0.0500.240.34
HSL71.71º19.07%57.84%-
HSV(B)71.71º24.4%65.88%-
XYZ32.3337.0125.52-
YUV160.93108.85127.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.16%
GREEN value IS 168 (66.02% from 255) = 36.92%
BLUE value IS 127 (50% from 255) = 27.91%
R=35.16%
G=36.92%
B=27.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1601681270.0500.240.3471.7119.0757.84
HexA0A87F50182248133a
Octal2402501775030421102372
Binary10100000101010001111111101011000100010100100010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A87F; }

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

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

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

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

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

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

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

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