#A6AC7C

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

Shades of Locust #A6AC7C

Tints of Locust #A6AC7C

Color information

#A6AC7C (or 0xA6AC7C) is unknown color: approx Locust. HEX triplet: A6, AC and 7C. RGB value is (166,172,124). Sum of RGB (Red+Green+Blue) = 166+172+124=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #A6AC7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AC7C is #595383. Grayscale: #A4A4A4. Windows color (decimal): -5854084 or 8170662. OLE color: 8170662.

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

Color convert

RGB166172124-
CMYK0.0300.280.33
HSL67.5º22.43%58.04%-
HSV(B)67.5º27.91%67.45%-
XYZ34.1239.0724.81-
YUV164.73105.01128.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.93%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 124 (48.83% from 255) = 26.84%
R=35.93%
G=37.23%
B=26.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661721240.0300.280.3367.522.4358.04
HexA6AC7C301C2144163a
Octal2462541743034411042672
Binary1010011010101100111110011011100100001100010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AC7C; }

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

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

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

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

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

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

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

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