#AAA974

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

Shades of Locust #AAA974

Tints of Locust #AAA974

Color information

#AAA974 (or 0xAAA974) is unknown color: approx Locust. HEX triplet: AA, A9 and 74. RGB value is (170,169,116). Sum of RGB (Red+Green+Blue) = 170+169+116=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA974 is #55568B. Grayscale: #A3A3A3. Windows color (decimal): -5592716 or 7645610. OLE color: 7645610.

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

Color convert

RGB170169116-
CMYK00.010.320.33
HSL58.89º24.11%56.08%-
HSV(B)58.89º31.76%66.67%-
XYZ33.9238.1822.11-
YUV163.26101.33132.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 169 (66.41% from 255) = 37.14%
BLUE value IS 116 (45.70% from 255) = 25.49%
R=37.36%
G=37.14%
B=25.49%

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
Decimal17016911600.010.320.3358.8924.1156.08
HexAAA9740120213b1838
Octal252251164014041733070
Binary101010101010100111101000110000010000111101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA974; }

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

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

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

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

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

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

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

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