#AAAC75

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

Shades of Locust #AAAC75

Tints of Locust #AAAC75

Color information

#AAAC75 (or 0xAAAC75) is unknown color: approx Locust. HEX triplet: AA, AC and 75. RGB value is (170,172,117). Sum of RGB (Red+Green+Blue) = 170+172+117=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC75 is #55538A. Grayscale: #A5A5A5. Windows color (decimal): -5591947 or 7711914. OLE color: 7711914.

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

Color convert

RGB170172117-
CMYK0.0100.320.33
HSL62.18º24.89%56.67%-
HSV(B)62.18º31.98%67.45%-
XYZ34.5439.3422.6-
YUV165.13100.84131.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 172 (67.58% from 255) = 37.47%
BLUE value IS 117 (46.09% from 255) = 25.49%
R=37.04%
G=37.47%
B=25.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701721170.0100.320.3362.1824.8956.67
HexAAAC751020213e1939
Octal252254165104041763171
Binary101010101010110011101011010000010000111111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC75; }

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

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

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

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

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

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

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

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