#A8AA79

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

Shades of Locust #A8AA79

Tints of Locust #A8AA79

Color information

#A8AA79 (or 0xA8AA79) is unknown color: approx Locust. HEX triplet: A8, AA and 79. RGB value is (168,170,121). Sum of RGB (Red+Green+Blue) = 168+170+121=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA79 is #575586. Grayscale: #A4A4A4. Windows color (decimal): -5723527 or 7973544. OLE color: 7973544.

HSL color Cylindrical-coordinate representation of color #A8AA79: hue angle of 62.45º 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 #A8AA79 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB168170121-
CMYK0.0100.290.33
HSL62.45º22.37%57.06%-
HSV(B)62.45º28.82%66.67%-
XYZ33.9738.4523.72-
YUV163.82103.84130.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.60%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 121 (47.66% from 255) = 26.36%
R=36.60%
G=37.04%
B=26.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681701210.0100.290.3362.4522.3757.06
HexA8AA79101D213e1639
Octal250252171103541762671
Binary10101000101010101111001101110110000111111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AA79; }

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

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

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

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

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

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

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

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