#AAA971

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

Shades of Locust #AAA971

Tints of Locust #AAA971

Color information

#AAA971 (or 0xAAA971) is unknown color: approx Locust. HEX triplet: AA, A9 and 71. RGB value is (170,169,113). Sum of RGB (Red+Green+Blue) = 170+169+113=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA971 is #55568E. Grayscale: #A3A3A3. Windows color (decimal): -5592719 or 7449002. OLE color: 7449002.

HSL color Cylindrical-coordinate representation of color #AAA971: hue angle of 58.95º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAA971 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB170169113-
CMYK00.010.340.33
HSL58.95º25.11%55.49%-
HSV(B)58.95º33.53%66.67%-
XYZ33.7538.1121.2-
YUV162.9299.83133.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.61%
GREEN value IS 169 (66.41% from 255) = 37.39%
BLUE value IS 113 (44.53% from 255) = 25%
R=37.61%
G=37.39%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016911300.010.340.3358.9525.1155.49
HexAAA9710122213b1937
Octal252251161014241733167
Binary101010101010100111100010110001010000111101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA971; }

 p { color: rgb(170,169,113); }

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

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

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

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

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

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

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