#A2A686

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

Shades of Locust #A2A686

Tints of Locust #A2A686

Color information

#A2A686 (or 0xA2A686) is unknown color: approx Locust. HEX triplet: A2, A6 and 86. RGB value is (162,166,134). Sum of RGB (Red+Green+Blue) = 162+166+134=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A686 is #5D5979. Grayscale: #A1A1A1. Windows color (decimal): -6117754 or 8824482. OLE color: 8824482.

HSL color Cylindrical-coordinate representation of color #A2A686: hue angle of 67.5º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A2A686 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB162166134-
CMYK0.0200.190.35
HSL67.5º15.24%58.82%-
HSV(B)67.5º19.28%65.1%-
XYZ32.8436.6827.9-
YUV161.16112.67128.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.06%
GREEN value IS 166 (65.23% from 255) = 35.93%
BLUE value IS 134 (52.73% from 255) = 29.00%
R=35.06%
G=35.93%
B=29.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1621661340.0200.190.3567.515.2458.82
HexA2A68620132344f3b
Octal2422462062023431041773
Binary1010001010100110100001101001001110001110001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A686; }

 p { color: rgb(162,166,134); }

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

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

 a { background-color: rgb(162,166,134); }

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

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

 span { border-color: rgb(162,166,134); }

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