#A6AB7E

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

Shades of Locust #A6AB7E

Tints of Locust #A6AB7E

Color information

#A6AB7E (or 0xA6AB7E) is unknown color: approx Locust. HEX triplet: A6, AB and 7E. RGB value is (166,171,126). Sum of RGB (Red+Green+Blue) = 166+171+126=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AB7E is #595481. Grayscale: #A4A4A4. Windows color (decimal): -5854338 or 8301478. OLE color: 8301478.

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

Color convert

RGB166171126-
CMYK0.0300.260.33
HSL66.67º21.13%58.24%-
HSV(B)66.67º26.32%67.06%-
XYZ34.0538.7425.42-
YUV164.38106.34129.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.85%
GREEN value IS 171 (67.19% from 255) = 36.93%
BLUE value IS 126 (49.61% from 255) = 27.21%
R=35.85%
G=36.93%
B=27.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661711260.0300.260.3366.6721.1358.24
HexA6AB7E301A2143153a
Octal2462531763032411032572
Binary1010011010101011111111011011010100001100001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AB7E; }

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

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

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

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

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

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

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

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