#AAA973

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

Shades of Locust #AAA973

Tints of Locust #AAA973

Color information

#AAA973 (or 0xAAA973) is unknown color: approx Locust. HEX triplet: AA, A9 and 73. RGB value is (170,169,115). Sum of RGB (Red+Green+Blue) = 170+169+115=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA973 is #55568C. Grayscale: #A3A3A3. Windows color (decimal): -5592717 or 7580074. OLE color: 7580074.

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

Color convert

RGB170169115-
CMYK00.010.320.33
HSL58.91º24.44%55.88%-
HSV(B)58.91º32.35%66.67%-
XYZ33.8638.1621.8-
YUV163.14100.83132.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 169 (66.41% from 255) = 37.22%
BLUE value IS 115 (45.31% from 255) = 25.33%
R=37.44%
G=37.22%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016911500.010.320.3358.9124.4455.88
HexAAA9730120213b1838
Octal252251163014041733070
Binary101010101010100111100110110000010000111101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA973; }

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

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

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

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

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

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

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

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