#AAAD7E

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

Shades of Locust #AAAD7E

Tints of Locust #AAAD7E

Color information

#AAAD7E (or 0xAAAD7E) is unknown color: approx Locust. HEX triplet: AA, AD and 7E. RGB value is (170,173,126). Sum of RGB (Red+Green+Blue) = 170+173+126=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD7E is #555281. Grayscale: #A6A6A6. Windows color (decimal): -5591682 or 8301994. OLE color: 8301994.

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

Color convert

RGB170173126-
CMYK0.0200.270.32
HSL63.83º22.27%58.63%-
HSV(B)63.83º27.17%67.84%-
XYZ35.2939.9425.59-
YUV166.74105.01130.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 173 (67.97% from 255) = 36.89%
BLUE value IS 126 (49.61% from 255) = 26.87%
R=36.25%
G=36.89%
B=26.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701731260.0200.270.3263.8322.2758.63
HexAAAD7E201B2040163b
Octal2522551762033401002673
Binary1010101010101101111111010011011100000100000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAD7E; }

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

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

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

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

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

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

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

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