#A3A684

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

Shades of Locust #A3A684

Tints of Locust #A3A684

Color information

#A3A684 (or 0xA3A684) is unknown color: approx Locust. HEX triplet: A3, A6 and 84. RGB value is (163,166,132). Sum of RGB (Red+Green+Blue) = 163+166+132=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A684 is #5C597B. Grayscale: #A1A1A1. Windows color (decimal): -6052220 or 8693411. OLE color: 8693411.

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

Color convert

RGB163166132-
CMYK0.0200.200.35
HSL65.29º16.04%58.43%-
HSV(B)65.29º20.48%65.1%-
XYZ32.9136.7227.18-
YUV161.23111.51129.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 166 (65.23% from 255) = 36.01%
BLUE value IS 132 (51.95% from 255) = 28.63%
R=35.36%
G=36.01%
B=28.63%

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
Decimal1631661320.0200.200.3565.2916.0458.43
HexA3A68420142341103a
Octal2432462042024431012072
Binary10100011101001101000010010010100100011100000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A684; }

 p { color: rgb(163,166,132); }

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

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

 a { background-color: rgb(163,166,132); }

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

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

 span { border-color: rgb(163,166,132); }

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