Html Css Color HEX #AAAA77 Locust

📋 copy color: '#AAAA77'

red 170 ◦ green 170 ◦ blue 119

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

Shades of Locust #AAAA77

Tints of Locust #AAAA77

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.04%

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

R = 37.04%
G = 37.04%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AAAA77 (or 0xAAAA77) is known color: Locust. HEX triplet: AA, AA and 77. RGB value is (170,170,119). Sum of RGB (Red+Green+Blue) = 170+170+119=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA77 is #555588. Grayscale: #A4A4A4. Windows color (decimal): -5592457 or 7842474. OLE color: 7842474.

HSL color Cylindrical-coordinate representation of color #AAAA77: hue angle of 60º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAAA77 is Cyan = 0, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 170 119 -
CMYK 0 0 0.3 0.33
HSL 60º 0.23% 0.57% -
HSV(B) 60º 0.3% 0.67% -
XYZ 34.28 38.63 23.1 -
YUV 164.19 102.5 132.15 -
System Red Green Blue C M Y K H S L
Decimal 170 170 119 0 0 0.3 0.33 60 0.23 0.57
Hex AA AA 77 0 0 1E 21 3C 17 39
Octal 252 252 167 0 0 36 41 74 27 71
Binary 10101010 10101010 1110111 0 0 11110 100001 111100 10111 111001

Color Harmonies of #AAAA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA77

Black with #AAAA77

Text Example


Text Example

White with #AAAA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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