#AAAD72

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

Shades of Locust #AAAD72

Tints of Locust #AAAD72

Color information

#AAAD72 (or 0xAAAD72) is unknown color: approx Locust. HEX triplet: AA, AD and 72. RGB value is (170,173,114). Sum of RGB (Red+Green+Blue) = 170+173+114=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD72 is #55528D. Grayscale: #A5A5A5. Windows color (decimal): -5591694 or 7515562. OLE color: 7515562.

HSL color Cylindrical-coordinate representation of color #AAAD72: hue angle of 63.05º 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 #AAAD72 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB170173114-
CMYK0.0200.340.32
HSL63.05º26.46%56.27%-
HSV(B)63.05º34.1%67.84%-
XYZ34.5639.6521.75-
YUV165.3899.01131.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 173 (67.97% from 255) = 37.86%
BLUE value IS 114 (44.92% from 255) = 24.95%
R=37.20%
G=37.86%
B=24.95%

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
Decimal1701731140.0200.340.3263.0526.4656.27
HexAAAD722022203f1a38
Octal252255162204240773270
Binary1010101010101101111001010010001010000011111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAD72; }

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

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

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

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

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

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

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

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