#AAAA79

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

Shades of Locust #AAAA79

Tints of Locust #AAAA79

Color information

#AAAA79 (or 0xAAAA79) is unknown color: approx Locust. HEX triplet: AA, AA and 79. RGB value is (170,170,121). Sum of RGB (Red+Green+Blue) = 170+170+121=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA79 is #555586. Grayscale: #A4A4A4. Windows color (decimal): -5592455 or 7973546. OLE color: 7973546.

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

Color convert

RGB170170121-
CMYK000.290.33
HSL60º22.37%57.06%-
HSV(B)60º28.82%66.67%-
XYZ34.438.6823.74-
YUV164.41103.5131.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 121 (47.66% from 255) = 26.25%
R=36.88%
G=36.88%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170121000.290.336022.3757.06
HexAAAA79001D213c1639
Octal252252171003541742671
Binary10101010101010101111001001110110000111110010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA79; }

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

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

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

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

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

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

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

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