#A4A786

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

Shades of Locust #A4A786

Tints of Locust #A4A786

Color information

#A4A786 (or 0xA4A786) is unknown color: approx Locust. HEX triplet: A4, A7 and 86. RGB value is (164,167,134). Sum of RGB (Red+Green+Blue) = 164+167+134=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A786 is #5B5879. Grayscale: #A2A2A2. Windows color (decimal): -5986426 or 8824740. OLE color: 8824740.

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

Color convert

RGB164167134-
CMYK0.0200.200.35
HSL65.45º15.79%59.02%-
HSV(B)65.45º19.76%65.49%-
XYZ33.4337.2527.98-
YUV162.34112.01129.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.27%
GREEN value IS 167 (65.62% from 255) = 35.91%
BLUE value IS 134 (52.73% from 255) = 28.82%
R=35.27%
G=35.91%
B=28.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641671340.0200.200.3565.4515.7959.02
HexA4A78620142341103b
Octal2442472062024431012073
Binary10100100101001111000011010010100100011100000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A786; }

 p { color: rgb(164,167,134); }

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

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

 a { background-color: rgb(164,167,134); }

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

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

 span { border-color: rgb(164,167,134); }

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