#A0A487

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

Shades of Locust #A0A487

Tints of Locust #A0A487

Color information

#A0A487 (or 0xA0A487) is unknown color: approx Locust. HEX triplet: A0, A4 and 87. RGB value is (160,164,135). Sum of RGB (Red+Green+Blue) = 160+164+135=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A487 is #5F5B78. Grayscale: #9F9F9F. Windows color (decimal): -6249337 or 8889504. OLE color: 8889504.

HSL color Cylindrical-coordinate representation of color #A0A487: hue angle of 68.28º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0A487 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB160164135-
CMYK0.0200.180.36
HSL68.28º13.74%58.63%-
HSV(B)68.28º17.68%64.31%-
XYZ32.1535.7728.13-
YUV159.5114.17128.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 164 (64.45% from 255) = 35.73%
BLUE value IS 135 (53.12% from 255) = 29.41%
R=34.86%
G=35.73%
B=29.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1601641350.0200.180.3668.2813.7458.63
HexA0A48720122444e3b
Octal2402442072022441041673
Binary1010000010100100100001111001001010010010001001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A487; }

 p { color: rgb(160,164,135); }

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

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

 a { background-color: rgb(160,164,135); }

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

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

 span { border-color: rgb(160,164,135); }

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