Html Css Color HEX #AAAE70 Locust

📋 copy color: '#AAAE70'

red 170 ◦ green 174 ◦ blue 112

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

Shades of Locust #AAAE70

Tints of Locust #AAAE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.56%

R = 37.28%
G = 38.16%
B = 24.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AAAE70 (or 0xAAAE70) is known color: Locust. HEX triplet: AA, AE and 70. RGB value is (170,174,112). Sum of RGB (Red+Green+Blue) = 170+174+112=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE70 is #55518F. Grayscale: #A5A5A5. Windows color (decimal): -5591440 or 7384746. OLE color: 7384746.

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

Color convert

RGB 170 174 112 -
CMYK 0.02 0 0.36 0.32
HSL 63.87º 0.28% 0.56% -
HSV(B) 63.87º 0.36% 0.68% -
XYZ 34.64 39.99 21.22 -
YUV 165.74 97.67 131.04 -
System Red Green Blue C M Y K H S L
Decimal 170 174 112 0.02 0 0.36 0.32 63.87 0.28 0.56
Hex AA AE 70 2 0 24 20 40 1C 38
Octal 252 256 160 2 0 44 40 100 34 70
Binary 10101010 10101110 1110000 10 0 100100 100000 1000000 11100 111000

Color Harmonies of #AAAE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE70

Black with #AAAE70

Text Example


Text Example

White with #AAAE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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