#A3A87C

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

Shades of Locust #A3A87C

Tints of Locust #A3A87C

Color information

#A3A87C (or 0xA3A87C) is unknown color: approx Locust. HEX triplet: A3, A8 and 7C. RGB value is (163,168,124). Sum of RGB (Red+Green+Blue) = 163+168+124=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A87C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A87C is #5C5783. Grayscale: #A1A1A1. Windows color (decimal): -6051716 or 8169635. OLE color: 8169635.

HSL color Cylindrical-coordinate representation of color #A3A87C: hue angle of 66.82º 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 #A3A87C is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB163168124-
CMYK0.0300.260.34
HSL66.82º20.18%57.25%-
HSV(B)66.82º26.19%65.88%-
XYZ32.7437.2524.53-
YUV161.49106.84129.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 168 (66.02% from 255) = 36.92%
BLUE value IS 124 (48.83% from 255) = 27.25%
R=35.82%
G=36.92%
B=27.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1631681240.0300.260.3466.8220.1857.25
HexA3A87C301A22431439
Octal2432501743032421032471
Binary1010001110101000111110011011010100010100001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A87C; }

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

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

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

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

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

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

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

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