#A6AB7F

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

Shades of Locust #A6AB7F

Tints of Locust #A6AB7F

Color information

#A6AB7F (or 0xA6AB7F) is unknown color: approx Locust. HEX triplet: A6, AB and 7F. RGB value is (166,171,127). Sum of RGB (Red+Green+Blue) = 166+171+127=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AB7F is #595480. Grayscale: #A4A4A4. Windows color (decimal): -5854337 or 8367014. OLE color: 8367014.

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

Color convert

RGB166171127-
CMYK0.0300.260.33
HSL66.82º20.75%58.43%-
HSV(B)66.82º25.73%67.06%-
XYZ34.1238.7725.76-
YUV164.49106.84129.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.78%
GREEN value IS 171 (67.19% from 255) = 36.85%
BLUE value IS 127 (50% from 255) = 27.37%
R=35.78%
G=36.85%
B=27.37%

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
Decimal1661711270.0300.260.3366.8220.7558.43
HexA6AB7F301A2143153a
Octal2462531773032411032572
Binary1010011010101011111111111011010100001100001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AB7F; }

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

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

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

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

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

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

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

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