#AAAD73

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

Shades of Locust #AAAD73

Tints of Locust #AAAD73

Color information

#AAAD73 (or 0xAAAD73) is unknown color: approx Locust. HEX triplet: AA, AD and 73. RGB value is (170,173,115). Sum of RGB (Red+Green+Blue) = 170+173+115=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD73 is #55528C. Grayscale: #A5A5A5. Windows color (decimal): -5591693 or 7581098. OLE color: 7581098.

HSL color Cylindrical-coordinate representation of color #AAAD73: hue angle of 63.1º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAAD73 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB170173115-
CMYK0.0200.340.32
HSL63.1º26.13%56.47%-
HSV(B)63.1º33.53%67.84%-
XYZ34.6239.6722.05-
YUV165.4999.51131.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 173 (67.97% from 255) = 37.77%
BLUE value IS 115 (45.31% from 255) = 25.11%
R=37.12%
G=37.77%
B=25.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701731150.0200.340.3263.126.1356.47
HexAAAD732022203f1a38
Octal252255163204240773270
Binary1010101010101101111001110010001010000011111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAD73; }

 p { color: rgb(170,173,115); }

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

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

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

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

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

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

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