#AAAA7C

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

Shades of Locust #AAAA7C

Tints of Locust #AAAA7C

Color information

#AAAA7C (or 0xAAAA7C) is unknown color: approx Locust. HEX triplet: AA, AA and 7C. RGB value is (170,170,124). Sum of RGB (Red+Green+Blue) = 170+170+124=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA7C is #555583. Grayscale: #A4A4A4. Windows color (decimal): -5592452 or 8170154. OLE color: 8170154.

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

Color convert

RGB170170124-
CMYK000.270.33
HSL60º21.3%57.65%-
HSV(B)60º27.06%66.67%-
XYZ34.5938.7524.73-
YUV164.76105131.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 170 (66.80% from 255) = 36.64%
BLUE value IS 124 (48.83% from 255) = 26.72%
R=36.64%
G=36.64%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170124000.270.336021.357.65
HexAAAA7C001B213c153a
Octal252252174003341742572
Binary10101010101010101111100001101110000111110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA7C; }

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

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

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

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

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

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

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

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