Shades of Star Dust #A0A19C
Tints of Star Dust #A0A19C
RGB
CMYK
RGB Variations
Color information
#A0A19C (or 0xA0A19C) is known color: Star Dust. HEX triplet: A0, A1 and 9C. RGB value is (160,161,156). Sum of RGB (Red+Green+Blue) = 160+161+156=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A19C is #5F5E63. Grayscale: #A0A0A0. Windows color (decimal): -6250084 or 10264992. OLE color: 10264992.
HSL color Cylindrical-coordinate representation of color #A0A19C: hue angle of 72º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A0A19C is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 161 | 156 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.37 |
| HSL | 72º | 0.03% | 0.62% | - |
| HSV(B) | 72º | 0.03% | 0.63% | - |
| XYZ | 33.24 | 35.36 | 36.53 | - |
| YUV | 160.13 | 125.67 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 161 | 156 | 0.01 | 0 | 0.03 | 0.37 | 72 | 0.03 | 0.62 |
| Hex | A0 | A1 | 9C | 1 | 0 | 3 | 25 | 48 | 3 | 3E |
| Octal | 240 | 241 | 234 | 1 | 0 | 3 | 45 | 110 | 3 | 76 |
| Binary | 10100000 | 10100001 | 10011100 | 1 | 0 | 11 | 100101 | 1001000 | 11 | 111110 |
Color Harmonies of #A0A19C
Complementary color
Monochromatic Colors of #A0A19C
Black with #A0A19C
Text Example
Text Example
White with #A0A19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A19C; }
p { color: rgb(160,161,156); }
H1.HeaderClassName
{
color: #A0A19C;
}
.AnyTagClassName
{
color: #A0A19C;
}
</style>
background-color css
<style>
a { background-color: #A0A19C; }
a { background-color: rgb(160,161,156); }
div.DivClassName
{
background-color: #A0A19C;
}
.BgClassName
{
background-color: #A0A19C;
}
</style>
border-color css
<style>
span { border-color: #A0A19C; }
span { border-color: rgb(160,161,156); }
td.TdClassName
{
border-color: #A0A19C;
}
.TagClassName
{
border-color: #A0A19C;
}
</style>