#A6AC79

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

Shades of Locust #A6AC79

Tints of Locust #A6AC79

Color information

#A6AC79 (or 0xA6AC79) is unknown color: approx Locust. HEX triplet: A6, AC and 79. RGB value is (166,172,121). Sum of RGB (Red+Green+Blue) = 166+172+121=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 172 - color contains mainly: green. Hex color #A6AC79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AC79 is #595386. Grayscale: #A4A4A4. Windows color (decimal): -5854087 or 7974054. OLE color: 7974054.

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

Color convert

RGB166172121-
CMYK0.0300.300.33
HSL67.06º23.5%57.45%-
HSV(B)67.06º29.65%67.45%-
XYZ33.9338.9923.83-
YUV164.39103.51129.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.17%
GREEN value IS 172 (67.58% from 255) = 37.47%
BLUE value IS 121 (47.66% from 255) = 26.36%
R=36.17%
G=37.47%
B=26.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661721210.0300.300.3367.0623.557.45
HexA6AC79301E21431839
Octal2462541713036411033071
Binary1010011010101100111100111011110100001100001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AC79; }

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

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

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

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

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

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

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

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