#A5A87C

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

Shades of Locust #A5A87C

Tints of Locust #A5A87C

Color information

#A5A87C (or 0xA5A87C) is unknown color: approx Locust. HEX triplet: A5, A8 and 7C. RGB value is (165,168,124). Sum of RGB (Red+Green+Blue) = 165+168+124=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 168 - color contains mainly: green. Hex color #A5A87C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A87C is #5A5783. Grayscale: #A2A2A2. Windows color (decimal): -5920644 or 8169637. OLE color: 8169637.

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

Color convert

RGB165168124-
CMYK0.0200.260.34
HSL64.09º20.18%57.25%-
HSV(B)64.09º26.19%65.88%-
XYZ33.1637.4624.55-
YUV162.09106.51130.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.11%
GREEN value IS 168 (66.02% from 255) = 36.76%
BLUE value IS 124 (48.83% from 255) = 27.13%
R=36.11%
G=36.76%
B=27.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1651681240.0200.260.3464.0920.1857.25
HexA5A87C201A22401439
Octal2452501742032421002471
Binary1010010110101000111110010011010100010100000010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A87C; }

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

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

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

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

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

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

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

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