#A6AB80

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

Shades of Locust #A6AB80

Tints of Locust #A6AB80

Color information

#A6AB80 (or 0xA6AB80) is unknown color: approx Locust. HEX triplet: A6, AB and 80. RGB value is (166,171,128). Sum of RGB (Red+Green+Blue) = 166+171+128=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AB80 is #59547F. Grayscale: #A4A4A4. Windows color (decimal): -5854336 or 8432550. OLE color: 8432550.

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

Color convert

RGB166171128-
CMYK0.0300.250.33
HSL66.98º20.38%58.63%-
HSV(B)66.98º25.15%67.06%-
XYZ34.1938.7926.11-
YUV164.6107.34129-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.70%
GREEN value IS 171 (67.19% from 255) = 36.77%
BLUE value IS 128 (50.39% from 255) = 27.53%
R=35.70%
G=36.77%
B=27.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661711280.0300.250.3366.9820.3858.63
HexA6AB8030192143143b
Octal2462532003031411032473
Binary10100110101010111000000011011001100001100001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AB80; }

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

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

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

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

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

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

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

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