#A5AA79

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

Shades of Locust #A5AA79

Tints of Locust #A5AA79

Color information

#A5AA79 (or 0xA5AA79) is unknown color: approx Locust. HEX triplet: A5, AA and 79. RGB value is (165,170,121). Sum of RGB (Red+Green+Blue) = 165+170+121=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA79 is #5A5586. Grayscale: #A3A3A3. Windows color (decimal): -5920135 or 7973541. OLE color: 7973541.

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

Color convert

RGB165170121-
CMYK0.0300.290.33
HSL66.12º22.37%57.06%-
HSV(B)66.12º28.82%66.67%-
XYZ33.3438.1323.69-
YUV162.92104.34129.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.18%
GREEN value IS 170 (66.80% from 255) = 37.28%
BLUE value IS 121 (47.66% from 255) = 26.54%
R=36.18%
G=37.28%
B=26.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651701210.0300.290.3366.1222.3757.06
HexA5AA79301D21421639
Octal2452521713035411022671
Binary1010010110101010111100111011101100001100001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA79; }

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

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

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

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

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

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

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

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