#AAAE75

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

Shades of Locust #AAAE75

Tints of Locust #AAAE75

Color information

#AAAE75 (or 0xAAAE75) is unknown color: approx Locust. HEX triplet: AA, AE and 75. RGB value is (170,174,117). Sum of RGB (Red+Green+Blue) = 170+174+117=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE75 is #55518A. Grayscale: #A6A6A6. Windows color (decimal): -5591435 or 7712426. OLE color: 7712426.

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

Color convert

RGB170174117-
CMYK0.0200.330.32
HSL64.21º26.03%57.06%-
HSV(B)64.21º32.76%68.24%-
XYZ34.9240.122.73-
YUV166.31100.17130.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 174 (68.36% from 255) = 37.74%
BLUE value IS 117 (46.09% from 255) = 25.38%
R=36.88%
G=37.74%
B=25.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701741170.0200.330.3264.2126.0357.06
HexAAAE75202120401a39
Octal2522561652041401003271
Binary10101010101011101110101100100001100000100000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE75; }

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

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

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

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

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

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

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

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