#AAA970

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

Shades of Locust #AAA970

Tints of Locust #AAA970

Color information

#AAA970 (or 0xAAA970) is unknown color: approx Locust. HEX triplet: AA, A9 and 70. RGB value is (170,169,112). Sum of RGB (Red+Green+Blue) = 170+169+112=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA970 is #55568F. Grayscale: #A3A3A3. Windows color (decimal): -5592720 or 7383466. OLE color: 7383466.

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

Color convert

RGB170169112-
CMYK00.010.340.33
HSL58.97º25.44%55.29%-
HSV(B)58.97º34.12%66.67%-
XYZ33.6938.0920.91-
YUV162.899.33133.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 169 (66.41% from 255) = 37.47%
BLUE value IS 112 (44.14% from 255) = 24.83%
R=37.69%
G=37.47%
B=24.83%

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
Decimal17016911200.010.340.3358.9725.4455.29
HexAAA9700122213b1937
Octal252251160014241733167
Binary101010101010100111100000110001010000111101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA970; }

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

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

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

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

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

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

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

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