#AAAC6F

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

Shades of Locust #AAAC6F

Tints of Locust #AAAC6F

Color information

#AAAC6F (or 0xAAAC6F) is unknown color: approx Locust. HEX triplet: AA, AC and 6F. RGB value is (170,172,111). Sum of RGB (Red+Green+Blue) = 170+172+111=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC6F is #555390. Grayscale: #A4A4A4. Windows color (decimal): -5591953 or 7318698. OLE color: 7318698.

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

Color convert

RGB170172111-
CMYK0.0100.350.33
HSL61.97º26.87%55.49%-
HSV(B)61.97º35.47%67.45%-
XYZ34.239.220.8-
YUV164.4597.84131.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 172 (67.58% from 255) = 37.97%
BLUE value IS 111 (43.75% from 255) = 24.50%
R=37.53%
G=37.97%
B=24.50%

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
Decimal1701721110.0100.350.3361.9726.8755.49
HexAAAC6F1023213e1b37
Octal252254157104341763367
Binary101010101010110011011111010001110000111111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC6F; }

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

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

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

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

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

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

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

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