#A8AC76

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

Shades of Locust #A8AC76

Tints of Locust #A8AC76

Color information

#A8AC76 (or 0xA8AC76) is unknown color: approx Locust. HEX triplet: A8, AC and 76. RGB value is (168,172,118). Sum of RGB (Red+Green+Blue) = 168+172+118=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC76 is #575389. Grayscale: #A4A4A4. Windows color (decimal): -5723018 or 7777448. OLE color: 7777448.

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

Color convert

RGB168172118-
CMYK0.0200.310.33
HSL64.44º24.55%56.86%-
HSV(B)64.44º31.4%67.45%-
XYZ34.1739.1422.89-
YUV164.65101.67130.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.68%
GREEN value IS 172 (67.58% from 255) = 37.55%
BLUE value IS 118 (46.48% from 255) = 25.76%
R=36.68%
G=37.55%
B=25.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681721180.0200.310.3364.4424.5556.86
HexA8AC76201F21401939
Octal2502541662037411003171
Binary1010100010101100111011010011111100001100000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AC76; }

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

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

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

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

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

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

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

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