#AAAC70

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

Shades of Locust #AAAC70

Tints of Locust #AAAC70

Color information

#AAAC70 (or 0xAAAC70) is unknown color: approx Locust. HEX triplet: AA, AC and 70. RGB value is (170,172,112). Sum of RGB (Red+Green+Blue) = 170+172+112=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC70 is #55538F. Grayscale: #A4A4A4. Windows color (decimal): -5591952 or 7384234. OLE color: 7384234.

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

Color convert

RGB170172112-
CMYK0.0100.350.33
HSL62º26.55%55.69%-
HSV(B)62º34.88%67.45%-
XYZ34.2539.2221.09-
YUV164.5698.34131.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 172 (67.58% from 255) = 37.89%
BLUE value IS 112 (44.14% from 255) = 24.67%
R=37.44%
G=37.89%
B=24.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701721120.0100.350.336226.5555.69
HexAAAC701023213e1b38
Octal252254160104341763370
Binary101010101010110011100001010001110000111111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC70; }

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

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

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

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

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

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

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

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