#A6A887

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

Shades of Locust #A6A887

Tints of Locust #A6A887

Color information

#A6A887 (or 0xA6A887) is unknown color: approx Locust. HEX triplet: A6, A8 and 87. RGB value is (166,168,135). Sum of RGB (Red+Green+Blue) = 166+168+135=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 168 - color contains mainly: green. Hex color #A6A887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A887 is #595778. Grayscale: #A3A3A3. Windows color (decimal): -5855097 or 8890534. OLE color: 8890534.

HSL color Cylindrical-coordinate representation of color #A6A887: hue angle of 63.64º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6A887 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB166168135-
CMYK0.0100.200.34
HSL63.64º15.94%59.41%-
HSV(B)63.64º19.64%65.88%-
XYZ34.137.8628.43-
YUV163.64111.84129.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.39%
GREEN value IS 168 (66.02% from 255) = 35.82%
BLUE value IS 135 (53.12% from 255) = 28.78%
R=35.39%
G=35.82%
B=28.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1661681350.0100.200.3463.6415.9459.41
HexA6A88710142240103b
Octal2462502071024421002073
Binary1010011010101000100001111010100100010100000010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A887; }

 p { color: rgb(166,168,135); }

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

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

 a { background-color: rgb(166,168,135); }

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

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

 span { border-color: rgb(166,168,135); }

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