#A1A87C

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

Shades of Locust #A1A87C

Tints of Locust #A1A87C

Color information

#A1A87C (or 0xA1A87C) is unknown color: approx Locust. HEX triplet: A1, A8 and 7C. RGB value is (161,168,124). Sum of RGB (Red+Green+Blue) = 161+168+124=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A87C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A87C is #5E5783. Grayscale: #A1A1A1. Windows color (decimal): -6182788 or 8169633. OLE color: 8169633.

HSL color Cylindrical-coordinate representation of color #A1A87C: hue angle of 69.55º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1A87C is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB161168124-
CMYK0.0400.260.34
HSL69.55º20.18%57.25%-
HSV(B)69.55º26.19%65.88%-
XYZ32.3437.0424.51-
YUV160.89107.18128.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.54%
GREEN value IS 168 (66.02% from 255) = 37.09%
BLUE value IS 124 (48.83% from 255) = 27.37%
R=35.54%
G=37.09%
B=27.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1611681240.0400.260.3469.5520.1857.25
HexA1A87C401A22461439
Octal2412501744032421062471
Binary10100001101010001111100100011010100010100011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A87C; }

 p { color: rgb(161,168,124); }

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

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

 a { background-color: rgb(161,168,124); }

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

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

 span { border-color: rgb(161,168,124); }

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