Shades of Star Dust #A0A19D
Tints of Star Dust #A0A19D
RGB
CMYK
RGB Variations
Color information
#A0A19D (or 0xA0A19D) is known color: Star Dust. HEX triplet: A0, A1 and 9D. RGB value is (160,161,157). Sum of RGB (Red+Green+Blue) = 160+161+157=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A19D is #5F5E62. Grayscale: #A0A0A0. Windows color (decimal): -6250083 or 10330528. OLE color: 10330528.
HSL color Cylindrical-coordinate representation of color #A0A19D: hue angle of 75º degrees, saturation: 0.02, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A0A19D is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 161 | 157 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.37 |
| HSL | 75º | 0.02% | 0.62% | - |
| HSV(B) | 75º | 0.02% | 0.63% | - |
| XYZ | 33.33 | 35.4 | 36.97 | - |
| YUV | 160.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 161 | 157 | 0.01 | 0 | 0.02 | 0.37 | 75 | 0.02 | 0.62 |
| Hex | A0 | A1 | 9D | 1 | 0 | 2 | 25 | 4B | 2 | 3E |
| Octal | 240 | 241 | 235 | 1 | 0 | 2 | 45 | 113 | 2 | 76 |
| Binary | 10100000 | 10100001 | 10011101 | 1 | 0 | 10 | 100101 | 1001011 | 10 | 111110 |
Color Harmonies of #A0A19D
Complementary color
Monochromatic Colors of #A0A19D
Black with #A0A19D
Text Example
Text Example
White with #A0A19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A19D; }
p { color: rgb(160,161,157); }
H1.HeaderClassName
{
color: #A0A19D;
}
.AnyTagClassName
{
color: #A0A19D;
}
</style>
background-color css
<style>
a { background-color: #A0A19D; }
a { background-color: rgb(160,161,157); }
div.DivClassName
{
background-color: #A0A19D;
}
.BgClassName
{
background-color: #A0A19D;
}
</style>
border-color css
<style>
span { border-color: #A0A19D; }
span { border-color: rgb(160,161,157); }
td.TdClassName
{
border-color: #A0A19D;
}
.TagClassName
{
border-color: #A0A19D;
}
</style>