#A5AA77

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

Shades of Locust #A5AA77

Tints of Locust #A5AA77

Color information

#A5AA77 (or 0xA5AA77) is unknown color: approx Locust. HEX triplet: A5, AA and 77. RGB value is (165,170,119). Sum of RGB (Red+Green+Blue) = 165+170+119=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA77 is #5A5588. Grayscale: #A2A2A2. Windows color (decimal): -5920137 or 7842469. OLE color: 7842469.

HSL color Cylindrical-coordinate representation of color #A5AA77: hue angle of 65.88º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5AA77 is Cyan = 0.03, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB165170119-
CMYK0.0300.30.33
HSL65.88º23.08%56.67%-
HSV(B)65.88º30%66.67%-
XYZ33.2238.0823.05-
YUV162.69103.34129.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.34%
GREEN value IS 170 (66.80% from 255) = 37.44%
BLUE value IS 119 (46.88% from 255) = 26.21%
R=36.34%
G=37.44%
B=26.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651701190.0300.30.3365.8823.0856.67
HexA5AA77301E21421739
Octal2452521673036411022771
Binary1010010110101010111011111011110100001100001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA77; }

 p { color: rgb(165,170,119); }

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

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

 a { background-color: rgb(165,170,119); }

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

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

 span { border-color: rgb(165,170,119); }

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