#A6AC76

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

Shades of Locust #A6AC76

Tints of Locust #A6AC76

Color information

#A6AC76 (or 0xA6AC76) is unknown color: approx Locust. HEX triplet: A6, AC and 76. RGB value is (166,172,118). Sum of RGB (Red+Green+Blue) = 166+172+118=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 172 - color contains mainly: green. Hex color #A6AC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AC76 is #595389. Grayscale: #A4A4A4. Windows color (decimal): -5854090 or 7777446. OLE color: 7777446.

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

Color convert

RGB166172118-
CMYK0.0300.310.33
HSL66.67º24.55%56.86%-
HSV(B)66.67º31.4%67.45%-
XYZ33.7538.9222.87-
YUV164.05102.01129.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.40%
GREEN value IS 172 (67.58% from 255) = 37.72%
BLUE value IS 118 (46.48% from 255) = 25.88%
R=36.40%
G=37.72%
B=25.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661721180.0300.310.3366.6724.5556.86
HexA6AC76301F21431939
Octal2462541663037411033171
Binary1010011010101100111011011011111100001100001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AC76; }

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

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

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

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

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

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

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

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