Html Css Color HEX #AAAE80 Locust

📋 copy color: '#AAAE80'

red 170 ◦ green 174 ◦ blue 128

#AAAE80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Locust #AAAE80

Tints of Locust #AAAE80

RGB

 RED value IS 170 (66.8% from 255) = 36.02%

 GREEN value IS 174 (68.36% from 255) = 36.86%

 BLUE value IS 128 (50.39% from 255) = 27.12%

R = 36.02%
G = 36.86%
B = 27.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AAAE80 (or 0xAAAE80) is known color: Locust. HEX triplet: AA, AE and 80. RGB value is (170,174,128). Sum of RGB (Red+Green+Blue) = 170+174+128=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAE80 is #55517F. Grayscale: #A7A7A7. Windows color (decimal): -5591424 or 8433322. OLE color: 8433322.

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

Color convert

RGB 170 174 128 -
CMYK 0.02 0 0.26 0.32
HSL 65.22º 0.22% 0.59% -
HSV(B) 65.22º 0.26% 0.68% -
XYZ 35.61 40.38 26.34 -
YUV 167.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 170 174 128 0.02 0 0.26 0.32 65.22 0.22 0.59
Hex AA AE 80 2 0 1A 20 41 16 3B
Octal 252 256 200 2 0 32 40 101 26 73
Binary 10101010 10101110 10000000 10 0 11010 100000 1000001 10110 111011

Color Harmonies of #AAAE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE80

Black with #AAAE80

Text Example


Text Example

White with #AAAE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE80; }

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

 H1.HeaderClassName
 {
   color: #AAAE80;
 }
 .AnyTagClassName
 {
   color: #AAAE80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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