Html Css Color HEX #AAAE76 Locust

📋 copy color: '#AAAE76'

red 170 ◦ green 174 ◦ blue 118

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

Shades of Locust #AAAE76

Tints of Locust #AAAE76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.54%

R = 36.8%
G = 37.66%
B = 25.54%

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

#AAAE76 (or 0xAAAE76) is known color: Locust. HEX triplet: AA, AE and 76. RGB value is (170,174,118). Sum of RGB (Red+Green+Blue) = 170+174+118=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE76 is #555189. Grayscale: #A6A6A6. Windows color (decimal): -5591434 or 7777962. OLE color: 7777962.

HSL color Cylindrical-coordinate representation of color #AAAE76: hue angle of 64.29º degrees, saturation: 0.26, 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 #AAAE76 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 174 118 -
CMYK 0.02 0 0.32 0.32
HSL 64.29º 0.26% 0.57% -
HSV(B) 64.29º 0.32% 0.68% -
XYZ 34.98 40.13 23.04 -
YUV 166.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 170 174 118 0.02 0 0.32 0.32 64.29 0.26 0.57
Hex AA AE 76 2 0 20 20 40 1A 39
Octal 252 256 166 2 0 40 40 100 32 71
Binary 10101010 10101110 1110110 10 0 100000 100000 1000000 11010 111001

Color Harmonies of #AAAE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE76

Black with #AAAE76

Text Example


Text Example

White with #AAAE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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