Shades of Star Dust #A3A698
Tints of Star Dust #A3A698
RGB
CMYK
RGB Variations
Color information
#A3A698 (or 0xA3A698) is known color: Star Dust. HEX triplet: A3, A6 and 98. RGB value is (163,166,152). Sum of RGB (Red+Green+Blue) = 163+166+152=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A698 is #5C5967. Grayscale: #A3A3A3. Windows color (decimal): -6052200 or 10004131. OLE color: 10004131.
HSL color Cylindrical-coordinate representation of color #A3A698: hue angle of 72.86º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A3A698 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 166 | 152 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.35 |
| HSL | 72.86º | 0.07% | 0.62% | - |
| HSV(B) | 72.86º | 0.08% | 0.65% | - |
| XYZ | 34.41 | 37.33 | 35.1 | - |
| YUV | 163.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 166 | 152 | 0.02 | 0 | 0.08 | 0.35 | 72.86 | 0.07 | 0.62 |
| Hex | A3 | A6 | 98 | 2 | 0 | 8 | 23 | 49 | 7 | 3E |
| Octal | 243 | 246 | 230 | 2 | 0 | 10 | 43 | 111 | 7 | 76 |
| Binary | 10100011 | 10100110 | 10011000 | 10 | 0 | 1000 | 100011 | 1001001 | 111 | 111110 |
Color Harmonies of #A3A698
Complementary color
Monochromatic Colors of #A3A698
Black with #A3A698
Text Example
Text Example
White with #A3A698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A698; }
p { color: rgb(163,166,152); }
H1.HeaderClassName
{
color: #A3A698;
}
.AnyTagClassName
{
color: #A3A698;
}
</style>
background-color css
<style>
a { background-color: #A3A698; }
a { background-color: rgb(163,166,152); }
div.DivClassName
{
background-color: #A3A698;
}
.BgClassName
{
background-color: #A3A698;
}
</style>
border-color css
<style>
span { border-color: #A3A698; }
span { border-color: rgb(163,166,152); }
td.TdClassName
{
border-color: #A3A698;
}
.TagClassName
{
border-color: #A3A698;
}
</style>