Html Css Color HEX #AAAC71 Locust

📋 copy color: '#AAAC71'

red 170 ◦ green 172 ◦ blue 113

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

Shades of Locust #AAAC71

Tints of Locust #AAAC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.84%

R = 37.36%
G = 37.8%
B = 24.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AAAC71 (or 0xAAAC71) is known color: Locust. HEX triplet: AA, AC and 71. RGB value is (170,172,113). Sum of RGB (Red+Green+Blue) = 170+172+113=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC71 is #55538E. Grayscale: #A4A4A4. Windows color (decimal): -5591951 or 7449770. OLE color: 7449770.

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

Color convert

RGB 170 172 113 -
CMYK 0.01 0 0.34 0.33
HSL 62.03º 0.26% 0.56% -
HSV(B) 62.03º 0.34% 0.67% -
XYZ 34.31 39.24 21.39 -
YUV 164.68 98.84 131.8 -
System Red Green Blue C M Y K H S L
Decimal 170 172 113 0.01 0 0.34 0.33 62.03 0.26 0.56
Hex AA AC 71 1 0 22 21 3E 1A 38
Octal 252 254 161 1 0 42 41 76 32 70
Binary 10101010 10101100 1110001 1 0 100010 100001 111110 11010 111000

Color Harmonies of #AAAC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAC71

Black with #AAAC71

Text Example


Text Example

White with #AAAC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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