#A7AC76

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

Shades of Locust #A7AC76

Tints of Locust #A7AC76

Color information

#A7AC76 (or 0xA7AC76) is unknown color: approx Locust. HEX triplet: A7, AC and 76. RGB value is (167,172,118). Sum of RGB (Red+Green+Blue) = 167+172+118=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AC76 is #585389. Grayscale: #A4A4A4. Windows color (decimal): -5788554 or 7777447. OLE color: 7777447.

HSL color Cylindrical-coordinate representation of color #A7AC76: hue angle of 65.56º 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 #A7AC76 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB167172118-
CMYK0.0300.310.33
HSL65.56º24.55%56.86%-
HSV(B)65.56º31.4%67.45%-
XYZ33.9639.0322.88-
YUV164.35101.84129.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.54%
GREEN value IS 172 (67.58% from 255) = 37.64%
BLUE value IS 118 (46.48% from 255) = 25.82%
R=36.54%
G=37.64%
B=25.82%

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
Decimal1671721180.0300.310.3365.5624.5556.86
HexA7AC76301F21421939
Octal2472541663037411023171
Binary1010011110101100111011011011111100001100001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AC76; }

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

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

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

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

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

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

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

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