#AAAE72

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

Shades of Locust #AAAE72

Tints of Locust #AAAE72

Color information

#AAAE72 (or 0xAAAE72) is unknown color: approx Locust. HEX triplet: AA, AE and 72. RGB value is (170,174,114). Sum of RGB (Red+Green+Blue) = 170+174+114=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE72 is #55518D. Grayscale: #A6A6A6. Windows color (decimal): -5591438 or 7515818. OLE color: 7515818.

HSL color Cylindrical-coordinate representation of color #AAAE72: hue angle of 64º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAAE72 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB170174114-
CMYK0.0200.340.32
HSL64º27.03%56.47%-
HSV(B)64º34.48%68.24%-
XYZ34.7540.0321.82-
YUV165.9698.67130.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 174 (68.36% from 255) = 37.99%
BLUE value IS 114 (44.92% from 255) = 24.89%
R=37.12%
G=37.99%
B=24.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701741140.0200.340.326427.0356.47
HexAAAE72202220401b38
Octal2522561622042401003370
Binary10101010101011101110010100100010100000100000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE72; }

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

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

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

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

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

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

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

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