Html Css Color HEX #AAAC77 Locust

📋 copy color: '#AAAC77'

red 170 ◦ green 172 ◦ blue 119

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

Shades of Locust #AAAC77

Tints of Locust #AAAC77

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.31%

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

R = 36.88%
G = 37.31%
B = 25.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AAAC77 (or 0xAAAC77) is known color: Locust. HEX triplet: AA, AC and 77. RGB value is (170,172,119). Sum of RGB (Red+Green+Blue) = 170+172+119=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC77 is #555388. Grayscale: #A5A5A5. Windows color (decimal): -5591945 or 7842986. OLE color: 7842986.

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

Color convert

RGB 170 172 119 -
CMYK 0.01 0 0.31 0.33
HSL 62.26º 0.24% 0.57% -
HSV(B) 62.26º 0.31% 0.67% -
XYZ 34.66 39.38 23.23 -
YUV 165.36 101.84 131.31 -
System Red Green Blue C M Y K H S L
Decimal 170 172 119 0.01 0 0.31 0.33 62.26 0.24 0.57
Hex AA AC 77 1 0 1F 21 3E 18 39
Octal 252 254 167 1 0 37 41 76 30 71
Binary 10101010 10101100 1110111 1 0 11111 100001 111110 11000 111001

Color Harmonies of #AAAC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAC77

Black with #AAAC77

Text Example


Text Example

White with #AAAC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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