#AAAE79

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

Shades of Locust #AAAE79

Tints of Locust #AAAE79

Color information

#AAAE79 (or 0xAAAE79) is unknown color: approx Locust. HEX triplet: AA, AE and 79. RGB value is (170,174,121). Sum of RGB (Red+Green+Blue) = 170+174+121=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE79 is #555186. Grayscale: #A6A6A6. Windows color (decimal): -5591431 or 7974570. OLE color: 7974570.

HSL color Cylindrical-coordinate representation of color #AAAE79: hue angle of 64.53º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAAE79 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB170174121-
CMYK0.0200.300.32
HSL64.53º24.65%57.84%-
HSV(B)64.53º30.46%68.24%-
XYZ35.1640.223.99-
YUV166.76102.17130.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 174 (68.36% from 255) = 37.42%
BLUE value IS 121 (47.66% from 255) = 26.02%
R=36.56%
G=37.42%
B=26.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701741210.0200.300.3264.5324.6557.84
HexAAAE79201E2041193a
Octal2522561712036401013172
Binary1010101010101110111100110011110100000100000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE79; }

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

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

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

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

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

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

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

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