#A6AB76

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

Shades of Locust #A6AB76

Tints of Locust #A6AB76

Color information

#A6AB76 (or 0xA6AB76) is unknown color: approx Locust. HEX triplet: A6, AB and 76. RGB value is (166,171,118). Sum of RGB (Red+Green+Blue) = 166+171+118=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AB76 is #595489. Grayscale: #A3A3A3. Windows color (decimal): -5854346 or 7777190. OLE color: 7777190.

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

Color convert

RGB166171118-
CMYK0.0300.310.33
HSL65.66º23.98%56.67%-
HSV(B)65.66º30.99%67.06%-
XYZ33.5638.5422.81-
YUV163.46102.34129.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.48%
GREEN value IS 171 (67.19% from 255) = 37.58%
BLUE value IS 118 (46.48% from 255) = 25.93%
R=36.48%
G=37.58%
B=25.93%

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
Decimal1661711180.0300.310.3365.6623.9856.67
HexA6AB76301F21421839
Octal2462531663037411023071
Binary1010011010101011111011011011111100001100001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AB76; }

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

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

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

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

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

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

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

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