Html Css Color HEX #AAAE77 Locust

📋 copy color: '#AAAE77'

red 170 ◦ green 174 ◦ blue 119

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

Shades of Locust #AAAE77

Tints of Locust #AAAE77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.7%

R = 36.72%
G = 37.58%
B = 25.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AAAE77 (or 0xAAAE77) is known color: Locust. HEX triplet: AA, AE and 77. RGB value is (170,174,119). Sum of RGB (Red+Green+Blue) = 170+174+119=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE77 is #555188. Grayscale: #A6A6A6. Windows color (decimal): -5591433 or 7843498. OLE color: 7843498.

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

Color convert

RGB 170 174 119 -
CMYK 0.02 0 0.32 0.32
HSL 64.36º 0.25% 0.57% -
HSV(B) 64.36º 0.32% 0.68% -
XYZ 35.04 40.15 23.36 -
YUV 166.53 101.17 130.47 -
System Red Green Blue C M Y K H S L
Decimal 170 174 119 0.02 0 0.32 0.32 64.36 0.25 0.57
Hex AA AE 77 2 0 20 20 40 19 39
Octal 252 256 167 2 0 40 40 100 31 71
Binary 10101010 10101110 1110111 10 0 100000 100000 1000000 11001 111001

Color Harmonies of #AAAE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE77

Black with #AAAE77

Text Example


Text Example

White with #AAAE77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE77; }

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

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

background-color css

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

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

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

border-color css

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

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

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