#A6AB85

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

Shades of Locust #A6AB85

Tints of Locust #A6AB85

Color information

#A6AB85 (or 0xA6AB85) is unknown color: approx Locust. HEX triplet: A6, AB and 85. RGB value is (166,171,133). Sum of RGB (Red+Green+Blue) = 166+171+133=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AB85 is #59547A. Grayscale: #A5A5A5. Windows color (decimal): -5854331 or 8760230. OLE color: 8760230.

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

Color convert

RGB166171133-
CMYK0.0300.220.33
HSL67.89º18.45%59.61%-
HSV(B)67.89º22.22%67.06%-
XYZ34.5238.9327.88-
YUV165.17109.84128.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.32%
GREEN value IS 171 (67.19% from 255) = 36.38%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=35.32%
G=36.38%
B=28.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661711330.0300.220.3367.8918.4559.61
HexA6AB8530162144123c
Octal2462532053026411042274
Binary10100110101010111000010111010110100001100010010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AB85; }

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

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

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

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

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

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

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

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