#A6AC72

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

Shades of Locust #A6AC72

Tints of Locust #A6AC72

Color information

#A6AC72 (or 0xA6AC72) is unknown color: approx Locust. HEX triplet: A6, AC and 72. RGB value is (166,172,114). Sum of RGB (Red+Green+Blue) = 166+172+114=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 172 - color contains mainly: green. Hex color #A6AC72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AC72 is #59538D. Grayscale: #A3A3A3. Windows color (decimal): -5854094 or 7515302. OLE color: 7515302.

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

Color convert

RGB166172114-
CMYK0.0300.340.33
HSL66.21º25.89%56.08%-
HSV(B)66.21º33.72%67.45%-
XYZ33.5238.8321.65-
YUV163.59100.01129.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.73%
GREEN value IS 172 (67.58% from 255) = 38.05%
BLUE value IS 114 (44.92% from 255) = 25.22%
R=36.73%
G=38.05%
B=25.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661721140.0300.340.3366.2125.8956.08
HexA6AC72302221421a38
Octal2462541623042411023270
Binary10100110101011001110010110100010100001100001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AC72; }

 p { color: rgb(166,172,114); }

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

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

 a { background-color: rgb(166,172,114); }

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

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

 span { border-color: rgb(166,172,114); }

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