#A0A77F

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

Shades of Locust #A0A77F

Tints of Locust #A0A77F

Color information

#A0A77F (or 0xA0A77F) is unknown color: approx Locust. HEX triplet: A0, A7 and 7F. RGB value is (160,167,127). Sum of RGB (Red+Green+Blue) = 160+167+127=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A77F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A77F is #5F5880. Grayscale: #A0A0A0. Windows color (decimal): -6248577 or 8365984. OLE color: 8365984.

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

Color convert

RGB160167127-
CMYK0.0400.240.35
HSL70.5º18.52%57.65%-
HSV(B)70.5º23.95%65.49%-
XYZ32.1536.6425.46-
YUV160.35109.18127.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.24%
GREEN value IS 167 (65.62% from 255) = 36.78%
BLUE value IS 127 (50% from 255) = 27.97%
R=35.24%
G=36.78%
B=27.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601671270.0400.240.3570.518.5257.65
HexA0A77F40182346133a
Octal2402471774030431062372
Binary10100000101001111111111100011000100011100011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A77F; }

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

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

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

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

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

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

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

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