#AAAC76

Color #AAAC76 Locust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Locust #AAAC76

Tints of Locust #AAAC76

Color information

#AAAC76 (or 0xAAAC76) is unknown color: approx 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

RGB170172118-
CMYK0.0100.310.33
HSL62.22º24.55%56.86%-
HSV(B)62.22º31.4%67.45%-
XYZ34.639.3622.91-
YUV165.25101.34131.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% 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 (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701721180.0100.310.3362.2224.5556.86
HexAAAC76101F213e1939
Octal252254166103741763171
Binary10101010101011001110110101111110000111111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>