#A1AC79

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

Shades of Locust #A1AC79

Tints of Locust #A1AC79

Color information

#A1AC79 (or 0xA1AC79) is unknown color: approx Locust. HEX triplet: A1, AC and 79. RGB value is (161,172,121). Sum of RGB (Red+Green+Blue) = 161+172+121=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AC79 is #5E5386. Grayscale: #A3A3A3. Windows color (decimal): -6181767 or 7974049. OLE color: 7974049.

HSL color Cylindrical-coordinate representation of color #A1AC79: hue angle of 72.94º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1AC79 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB161172121-
CMYK0.0600.300.33
HSL72.94º23.5%57.45%-
HSV(B)72.94º29.65%67.45%-
XYZ32.938.4623.78-
YUV162.9104.36126.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.46%
GREEN value IS 172 (67.58% from 255) = 37.89%
BLUE value IS 121 (47.66% from 255) = 26.65%
R=35.46%
G=37.89%
B=26.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611721210.0600.300.3372.9423.557.45
HexA1AC79601E21491839
Octal2412541716036411113071
Binary10100001101011001111001110011110100001100100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AC79; }

 p { color: rgb(161,172,121); }

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

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

 a { background-color: rgb(161,172,121); }

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

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

 span { border-color: rgb(161,172,121); }

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