#A3A49E

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

Shades of Star Dust #A3A49E

Tints of Star Dust #A3A49E

Color information

#A3A49E (or 0xA3A49E) is unknown color: approx Star Dust. HEX triplet: A3, A4 and 9E. RGB value is (163,164,158). Sum of RGB (Red+Green+Blue) = 163+164+158=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A49E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A49E is #5C5B61. Grayscale: #A3A3A3. Windows color (decimal): -6052706 or 10396835. OLE color: 10396835.

HSL color Cylindrical-coordinate representation of color #A3A49E: hue angle of 70º degrees, saturation: 0.03, 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 #A3A49E is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB163164158-
CMYK0.0100.040.36
HSL70º3.19%63.14%-
HSV(B)70º3.66%64.31%-
XYZ34.5536.8137.63-
YUV163.02125.17127.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.61%
GREEN value IS 164 (64.45% from 255) = 33.81%
BLUE value IS 158 (62.11% from 255) = 32.58%
R=33.61%
G=33.81%
B=32.58%

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
Decimal1631641580.0100.040.36703.1963.14
HexA3A49E104244633f
Octal24324423610444106377
Binary10100011101001001001111010100100100100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A49E; }

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

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

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

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

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

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

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

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