#AAAE7A

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

Shades of Locust #AAAE7A

Tints of Locust #AAAE7A

Color information

#AAAE7A (or 0xAAAE7A) is unknown color: approx Locust. HEX triplet: AA, AE and 7A. RGB value is (170,174,122). Sum of RGB (Red+Green+Blue) = 170+174+122=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE7A is #555185. Grayscale: #A7A7A7. Windows color (decimal): -5591430 or 8040106. OLE color: 8040106.

HSL color Cylindrical-coordinate representation of color #AAAE7A: hue angle of 64.62º degrees, saturation: 0.24, 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 #AAAE7A is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB170174122-
CMYK0.0200.300.32
HSL64.62º24.3%58.04%-
HSV(B)64.62º29.89%68.24%-
XYZ35.2340.2224.32-
YUV166.88102.67130.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 122 (48.05% from 255) = 26.18%
R=36.48%
G=37.34%
B=26.18%

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
Decimal1701741220.0200.300.3264.6224.358.04
HexAAAE7A201E2041183a
Octal2522561722036401013072
Binary1010101010101110111101010011110100000100000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE7A; }

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

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

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

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

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

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

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

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