Shades of Star Dust #A3A399
Tints of Star Dust #A3A399
RGB
CMYK
RGB Variations
Color information
#A3A399 (or 0xA3A399) is known color: Star Dust. HEX triplet: A3, A3 and 99. RGB value is (163,163,153). Sum of RGB (Red+Green+Blue) = 163+163+153=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A399 is #5C5C66. Grayscale: #A1A1A1. Windows color (decimal): -6052967 or 10068899. OLE color: 10068899.
HSL color Cylindrical-coordinate representation of color #A3A399: hue angle of 60º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A3A399 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 163 | 153 | - |
| CMYK | 0 | 0 | 0.06 | 0.36 |
| HSL | 60º | 0.05% | 0.62% | - |
| HSV(B) | 60º | 0.06% | 0.64% | - |
| XYZ | 33.95 | 36.28 | 35.35 | - |
| YUV | 161.86 | 123 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 163 | 153 | 0 | 0 | 0.06 | 0.36 | 60 | 0.05 | 0.62 |
| Hex | A3 | A3 | 99 | 0 | 0 | 6 | 24 | 3C | 5 | 3E |
| Octal | 243 | 243 | 231 | 0 | 0 | 6 | 44 | 74 | 5 | 76 |
| Binary | 10100011 | 10100011 | 10011001 | 0 | 0 | 110 | 100100 | 111100 | 101 | 111110 |
Color Harmonies of #A3A399
Complementary color
Monochromatic Colors of #A3A399
Black with #A3A399
Text Example
Text Example
White with #A3A399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A399; }
p { color: rgb(163,163,153); }
H1.HeaderClassName
{
color: #A3A399;
}
.AnyTagClassName
{
color: #A3A399;
}
</style>
background-color css
<style>
a { background-color: #A3A399; }
a { background-color: rgb(163,163,153); }
div.DivClassName
{
background-color: #A3A399;
}
.BgClassName
{
background-color: #A3A399;
}
</style>
border-color css
<style>
span { border-color: #A3A399; }
span { border-color: rgb(163,163,153); }
td.TdClassName
{
border-color: #A3A399;
}
.TagClassName
{
border-color: #A3A399;
}
</style>