#A1A286

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

Shades of Locust #A1A286

Tints of Locust #A1A286

Color information

#A1A286 (or 0xA1A286) is unknown color: approx Locust. HEX triplet: A1, A2 and 86. RGB value is (161,162,134). Sum of RGB (Red+Green+Blue) = 161+162+134=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A286 is #5E5D79. Grayscale: #9E9E9E. Windows color (decimal): -6184314 or 8823457. OLE color: 8823457.

HSL color Cylindrical-coordinate representation of color #A1A286: hue angle of 62.14º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1A286 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB161162134-
CMYK0.0100.170.36
HSL62.14º13.08%58.04%-
HSV(B)62.14º17.28%63.53%-
XYZ31.9235.1427.65-
YUV158.51114.17129.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.23%
GREEN value IS 162 (63.67% from 255) = 35.45%
BLUE value IS 134 (52.73% from 255) = 29.32%
R=35.23%
G=35.45%
B=29.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611621340.0100.170.3662.1413.0858.04
HexA1A2861011243ed3a
Octal241242206102144761572
Binary10100001101000101000011010100011001001111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A286; }

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

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

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

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

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

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

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

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