#A0A77C

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

Shades of Locust #A0A77C

Tints of Locust #A0A77C

Color information

#A0A77C (or 0xA0A77C) is unknown color: approx Locust. HEX triplet: A0, A7 and 7C. RGB value is (160,167,124). Sum of RGB (Red+Green+Blue) = 160+167+124=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A77C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A77C is #5F5883. Grayscale: #A0A0A0. Windows color (decimal): -6248580 or 8169376. OLE color: 8169376.

HSL color Cylindrical-coordinate representation of color #A0A77C: hue angle of 69.77º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0A77C is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB160167124-
CMYK0.0400.260.35
HSL69.77º19.63%57.06%-
HSV(B)69.77º25.75%65.49%-
XYZ31.9536.5724.44-
YUV160107.68128-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.48%
GREEN value IS 167 (65.62% from 255) = 37.03%
BLUE value IS 124 (48.83% from 255) = 27.49%
R=35.48%
G=37.03%
B=27.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601671240.0400.260.3569.7719.6357.06
HexA0A77C401A23461439
Octal2402471744032431062471
Binary10100000101001111111100100011010100011100011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A77C; }

 p { color: rgb(160,167,124); }

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

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

 a { background-color: rgb(160,167,124); }

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

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

 span { border-color: rgb(160,167,124); }

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