#AAA972

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

Shades of Locust #AAA972

Tints of Locust #AAA972

Color information

#AAA972 (or 0xAAA972) is unknown color: approx Locust. HEX triplet: AA, A9 and 72. RGB value is (170,169,114). Sum of RGB (Red+Green+Blue) = 170+169+114=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA972 is #55568D. Grayscale: #A3A3A3. Windows color (decimal): -5592718 or 7514538. OLE color: 7514538.

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

Color convert

RGB170169114-
CMYK00.010.330.33
HSL58.93º24.78%55.69%-
HSV(B)58.93º32.94%66.67%-
XYZ33.838.1421.5-
YUV163.03100.33132.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 169 (66.41% from 255) = 37.31%
BLUE value IS 114 (44.92% from 255) = 25.17%
R=37.53%
G=37.31%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016911400.010.330.3358.9324.7855.69
HexAAA9720121213b1938
Octal252251162014141733170
Binary101010101010100111100100110000110000111101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA972; }

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

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

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

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

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

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

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

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