#AAAE83

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

Shades of Locust #AAAE83

Tints of Locust #AAAE83

Color information

#AAAE83 (or 0xAAAE83) is unknown color: approx Locust. HEX triplet: AA, AE and 83. RGB value is (170,174,131). Sum of RGB (Red+Green+Blue) = 170+174+131=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAE83 is #55517C. Grayscale: #A8A8A8. Windows color (decimal): -5591421 or 8629930. OLE color: 8629930.

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

Color convert

RGB170174131-
CMYK0.0200.250.32
HSL65.58º20.98%59.8%-
HSV(B)65.58º24.71%68.24%-
XYZ35.8140.4627.39-
YUV167.9107.17129.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 131 (51.56% from 255) = 27.58%
R=35.79%
G=36.63%
B=27.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701741310.0200.250.3265.5820.9859.8
HexAAAE8320192042153c
Octal2522562032031401022574
Binary10101010101011101000001110011001100000100001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE83; }

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

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

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

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

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

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

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

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