#A3A485

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

Shades of Locust #A3A485

Tints of Locust #A3A485

Color information

#A3A485 (or 0xA3A485) is unknown color: approx Locust. HEX triplet: A3, A4 and 85. RGB value is (163,164,133). Sum of RGB (Red+Green+Blue) = 163+164+133=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A485 is #5C5B7A. Grayscale: #A0A0A0. Windows color (decimal): -6052731 or 8758435. OLE color: 8758435.

HSL color Cylindrical-coordinate representation of color #A3A485: hue angle of 61.94º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3A485 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB163164133-
CMYK0.0100.190.36
HSL61.94º14.55%58.24%-
HSV(B)61.94º18.9%64.31%-
XYZ32.6136.0327.43-
YUV160.17112.67130.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.43%
GREEN value IS 164 (64.45% from 255) = 35.65%
BLUE value IS 133 (52.34% from 255) = 28.91%
R=35.43%
G=35.65%
B=28.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631641330.0100.190.3661.9414.5558.24
HexA3A4851013243ef3a
Octal243244205102344761772
Binary10100011101001001000010110100111001001111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A485; }

 p { color: rgb(163,164,133); }

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

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

 a { background-color: rgb(163,164,133); }

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

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

 span { border-color: rgb(163,164,133); }

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