Html Css Color HEX #AAAC76 Locust

📋 copy color: '#AAAC76'

red 170 ◦ green 172 ◦ blue 118

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

Shades of Locust #AAAC76

Tints of Locust #AAAC76

RGB

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

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

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

R = 36.96%
G = 37.39%
B = 25.65%

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

#AAAC76 (or 0xAAAC76) is known color: Locust. HEX triplet: AA, AC and 76. RGB value is (170,172,118). Sum of RGB (Red+Green+Blue) = 170+172+118=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC76 is #555389. Grayscale: #A5A5A5. Windows color (decimal): -5591946 or 7777450. OLE color: 7777450.

HSL color Cylindrical-coordinate representation of color #AAAC76: hue angle of 62.22º degrees, saturation: 0.25, 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 #AAAC76 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 172 118 -
CMYK 0.01 0 0.31 0.33
HSL 62.22º 0.25% 0.57% -
HSV(B) 62.22º 0.31% 0.67% -
XYZ 34.6 39.36 22.91 -
YUV 165.25 101.34 131.39 -
System Red Green Blue C M Y K H S L
Decimal 170 172 118 0.01 0 0.31 0.33 62.22 0.25 0.57
Hex AA AC 76 1 0 1F 21 3E 19 39
Octal 252 254 166 1 0 37 41 76 31 71
Binary 10101010 10101100 1110110 1 0 11111 100001 111110 11001 111001

Color Harmonies of #AAAC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAC76

Black with #AAAC76

Text Example


Text Example

White with #AAAC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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