Shades of Star Dust #A3A496
Tints of Star Dust #A3A496
RGB
CMYK
RGB Variations
Color information
#A3A496 (or 0xA3A496) is known color: Star Dust. HEX triplet: A3, A4 and 96. RGB value is (163,164,150). Sum of RGB (Red+Green+Blue) = 163+164+150=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A496 is #5C5B69. Grayscale: #A2A2A2. Windows color (decimal): -6052714 or 9872547. OLE color: 9872547.
HSL color Cylindrical-coordinate representation of color #A3A496: hue angle of 64.29º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A3A496 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 164 | 150 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.36 |
| HSL | 64.29º | 0.07% | 0.62% | - |
| HSV(B) | 64.29º | 0.09% | 0.64% | - |
| XYZ | 33.88 | 36.54 | 34.12 | - |
| YUV | 162.11 | 121.17 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 164 | 150 | 0.01 | 0 | 0.09 | 0.36 | 64.29 | 0.07 | 0.62 |
| Hex | A3 | A4 | 96 | 1 | 0 | 9 | 24 | 40 | 7 | 3E |
| Octal | 243 | 244 | 226 | 1 | 0 | 11 | 44 | 100 | 7 | 76 |
| Binary | 10100011 | 10100100 | 10010110 | 1 | 0 | 1001 | 100100 | 1000000 | 111 | 111110 |
Color Harmonies of #A3A496
Complementary color
Monochromatic Colors of #A3A496
Black with #A3A496
Text Example
Text Example
White with #A3A496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A496; }
p { color: rgb(163,164,150); }
H1.HeaderClassName
{
color: #A3A496;
}
.AnyTagClassName
{
color: #A3A496;
}
</style>
background-color css
<style>
a { background-color: #A3A496; }
a { background-color: rgb(163,164,150); }
div.DivClassName
{
background-color: #A3A496;
}
.BgClassName
{
background-color: #A3A496;
}
</style>
border-color css
<style>
span { border-color: #A3A496; }
span { border-color: rgb(163,164,150); }
td.TdClassName
{
border-color: #A3A496;
}
.TagClassName
{
border-color: #A3A496;
}
</style>