#A4A986

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

Shades of Locust #A4A986

Tints of Locust #A4A986

Color information

#A4A986 (or 0xA4A986) is unknown color: approx Locust. HEX triplet: A4, A9 and 86. RGB value is (164,169,134). Sum of RGB (Red+Green+Blue) = 164+169+134=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A986 is #5B5679. Grayscale: #A3A3A3. Windows color (decimal): -5985914 or 8825252. OLE color: 8825252.

HSL color Cylindrical-coordinate representation of color #A4A986: hue angle of 68.57º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4A986 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB164169134-
CMYK0.0300.210.34
HSL68.57º16.91%59.41%-
HSV(B)68.57º20.71%66.27%-
XYZ33.837.9928.11-
YUV163.51111.34128.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 169 (66.41% from 255) = 36.19%
BLUE value IS 134 (52.73% from 255) = 28.69%
R=35.12%
G=36.19%
B=28.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1641691340.0300.210.3468.5716.9159.41
HexA4A98630152245113b
Octal2442512063025421052173
Binary10100100101010011000011011010101100010100010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A986; }

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

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

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

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

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

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

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

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