Shades of Star Dust #A3A49D
Tints of Star Dust #A3A49D
RGB
CMYK
RGB Variations
Color information
#A3A49D (or 0xA3A49D) is known color: 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
RGB | 163 | 164 | 157 | - |
CMYK | 0.01 | 0 | 0.04 | 0.36 |
HSL | 68.57º | 0.04% | 0.63% | - |
HSV(B) | 68.57º | 0.04% | 0.64% | - |
XYZ | 34.47 | 36.77 | 37.18 | - |
YUV | 162.9 | 124.67 | 128.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 163 | 164 | 157 | 0.01 | 0 | 0.04 | 0.36 | 68.57 | 0.04 | 0.63 |
Hex | A3 | A4 | 9D | 1 | 0 | 4 | 24 | 45 | 4 | 3F |
Octal | 243 | 244 | 235 | 1 | 0 | 4 | 44 | 105 | 4 | 77 |
Binary | 10100011 | 10100100 | 10011101 | 1 | 0 | 100 | 100100 | 1000101 | 100 | 111111 |
Color Harmonies of #A3A49D
Complementary color
Monochromatic Colors of #A3A49D
Black with #A3A49D
Text Example
Text Example
White with #A3A49D
Text Example
Text Example
HTML Codes & Css Web 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>