Shades of Star Dust #A3A598
Tints of Star Dust #A3A598
RGB
CMYK
RGB Variations
Color information
#A3A598 (or 0xA3A598) is known color: Star Dust. HEX triplet: A3, A5 and 98. RGB value is (163,165,152). Sum of RGB (Red+Green+Blue) = 163+165+152=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A598 is #5C5A67. Grayscale: #A2A2A2. Windows color (decimal): -6052456 or 10003875. OLE color: 10003875.
HSL color Cylindrical-coordinate representation of color #A3A598: hue angle of 69.23º 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 #A3A598 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 165 | 152 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.35 |
| HSL | 69.23º | 0.07% | 0.62% | - |
| HSV(B) | 69.23º | 0.08% | 0.65% | - |
| XYZ | 34.23 | 36.96 | 35.04 | - |
| YUV | 162.92 | 121.84 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 165 | 152 | 0.01 | 0 | 0.08 | 0.35 | 69.23 | 0.07 | 0.62 |
| Hex | A3 | A5 | 98 | 1 | 0 | 8 | 23 | 45 | 7 | 3E |
| Octal | 243 | 245 | 230 | 1 | 0 | 10 | 43 | 105 | 7 | 76 |
| Binary | 10100011 | 10100101 | 10011000 | 1 | 0 | 1000 | 100011 | 1000101 | 111 | 111110 |
Color Harmonies of #A3A598
Complementary color
Monochromatic Colors of #A3A598
Black with #A3A598
Text Example
Text Example
White with #A3A598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A598; }
p { color: rgb(163,165,152); }
H1.HeaderClassName
{
color: #A3A598;
}
.AnyTagClassName
{
color: #A3A598;
}
</style>
background-color css
<style>
a { background-color: #A3A598; }
a { background-color: rgb(163,165,152); }
div.DivClassName
{
background-color: #A3A598;
}
.BgClassName
{
background-color: #A3A598;
}
</style>
border-color css
<style>
span { border-color: #A3A598; }
span { border-color: rgb(163,165,152); }
td.TdClassName
{
border-color: #A3A598;
}
.TagClassName
{
border-color: #A3A598;
}
</style>