#A1AC7D

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

Shades of Locust #A1AC7D

Tints of Locust #A1AC7D

Color information

#A1AC7D (or 0xA1AC7D) is unknown color: approx Locust. HEX triplet: A1, AC and 7D. RGB value is (161,172,125). Sum of RGB (Red+Green+Blue) = 161+172+125=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AC7D is #5E5382. Grayscale: #A3A3A3. Windows color (decimal): -6181763 or 8236193. OLE color: 8236193.

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

Color convert

RGB161172125-
CMYK0.0600.270.33
HSL74.04º22.07%58.24%-
HSV(B)74.04º27.33%67.45%-
XYZ33.1538.5625.1-
YUV163.35106.36126.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.15%
GREEN value IS 172 (67.58% from 255) = 37.55%
BLUE value IS 125 (49.22% from 255) = 27.29%
R=35.15%
G=37.55%
B=27.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611721250.0600.270.3374.0422.0758.24
HexA1AC7D601B214a163a
Octal2412541756033411122672
Binary10100001101011001111101110011011100001100101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AC7D; }

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

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

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

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

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

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

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

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