#A3A49D

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

Shades of Star Dust #A3A49D

Tints of Star Dust #A3A49D

Color information

#A3A49D (or 0xA3A49D) is unknown color: approx Star Dust. HEX triplet: A3, A4 and 9D. RGB value is (163,164,157). Sum of RGB (Red+Green+Blue) = 163+164+157=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A49D is #5C5B62. Grayscale: #A2A2A2. Windows color (decimal): -6052707 or 10331299. OLE color: 10331299.

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

Color convert

RGB163164157-
CMYK0.0100.040.36
HSL68.57º3.7%62.94%-
HSV(B)68.57º4.27%64.31%-
XYZ34.4736.7737.18-
YUV162.9124.67128.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.68%
GREEN value IS 164 (64.45% from 255) = 33.88%
BLUE value IS 157 (61.72% from 255) = 32.44%
R=33.68%
G=33.88%
B=32.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631641570.0100.040.3668.573.762.94
HexA3A49D104244543f
Octal24324423510444105477
Binary101000111010010010011101101001001001000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A49D; }

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

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

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

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

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

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

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

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