#AAAA7D

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

Shades of Locust #AAAA7D

Tints of Locust #AAAA7D

Color information

#AAAA7D (or 0xAAAA7D) is unknown color: approx Locust. HEX triplet: AA, AA and 7D. RGB value is (170,170,125). Sum of RGB (Red+Green+Blue) = 170+170+125=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA7D is #555582. Grayscale: #A5A5A5. Windows color (decimal): -5592451 or 8235690. OLE color: 8235690.

HSL color Cylindrical-coordinate representation of color #AAAA7D: 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.26%. Process color model (Four color, CMYK) of #AAAA7D is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB170170125-
CMYK000.260.33
HSL60º20.93%57.84%-
HSV(B)60º26.47%66.67%-
XYZ34.6538.7825.06-
YUV164.87105.5131.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 170 (66.80% from 255) = 36.56%
BLUE value IS 125 (49.22% from 255) = 26.88%
R=36.56%
G=36.56%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170125000.260.336020.9357.84
HexAAAA7D001A213c153a
Octal252252175003241742572
Binary10101010101010101111101001101010000111110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA7D; }

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

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

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

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

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

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

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

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