#AAAA76

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

Shades of Locust #AAAA76

Tints of Locust #AAAA76

Color information

#AAAA76 (or 0xAAAA76) is unknown color: approx Locust. HEX triplet: AA, AA and 76. RGB value is (170,170,118). Sum of RGB (Red+Green+Blue) = 170+170+118=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA76 is #555589. Grayscale: #A4A4A4. Windows color (decimal): -5592458 or 7776938. OLE color: 7776938.

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

Color convert

RGB170170118-
CMYK000.310.33
HSL60º23.42%56.47%-
HSV(B)60º30.59%66.67%-
XYZ34.2238.622.79-
YUV164.07102132.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 170 (66.80% from 255) = 37.12%
BLUE value IS 118 (46.48% from 255) = 25.76%
R=37.12%
G=37.12%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170118000.310.336023.4256.47
HexAAAA76001F213c1738
Octal252252166003741742770
Binary10101010101010101110110001111110000111110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA76; }

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

 H1.HeaderClassName
 {
   color: #AAAA76;
 }
 .AnyTagClassName
 {
   color: #AAAA76;
 }
</style>
background-color css

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

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

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

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

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

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