Shades of Star Dust #A0A08F
Tints of Star Dust #A0A08F
RGB
CMYK
RGB Variations
Color information
#A0A08F (or 0xA0A08F) is known color: Star Dust. HEX triplet: A0, A0 and 8F. RGB value is (160,160,143). Sum of RGB (Red+Green+Blue) = 160+160+143=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A08F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A08F is #5F5F70. Grayscale: #9E9E9E. Windows color (decimal): -6250353 or 9412768. OLE color: 9412768.
HSL color Cylindrical-coordinate representation of color #A0A08F: hue angle of 60º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0A08F is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 160 | 143 | - |
| CMYK | 0 | 0 | 0.11 | 0.37 |
| HSL | 60º | 0.08% | 0.59% | - |
| HSV(B) | 60º | 0.11% | 0.63% | - |
| XYZ | 32.03 | 34.6 | 30.98 | - |
| YUV | 158.06 | 119.5 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 160 | 143 | 0 | 0 | 0.11 | 0.37 | 60 | 0.08 | 0.59 |
| Hex | A0 | A0 | 8F | 0 | 0 | B | 25 | 3C | 8 | 3B |
| Octal | 240 | 240 | 217 | 0 | 0 | 13 | 45 | 74 | 10 | 73 |
| Binary | 10100000 | 10100000 | 10001111 | 0 | 0 | 1011 | 100101 | 111100 | 1000 | 111011 |
Color Harmonies of #A0A08F
Complementary color
Monochromatic Colors of #A0A08F
Black with #A0A08F
Text Example
Text Example
White with #A0A08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A08F; }
p { color: rgb(160,160,143); }
H1.HeaderClassName
{
color: #A0A08F;
}
.AnyTagClassName
{
color: #A0A08F;
}
</style>
background-color css
<style>
a { background-color: #A0A08F; }
a { background-color: rgb(160,160,143); }
div.DivClassName
{
background-color: #A0A08F;
}
.BgClassName
{
background-color: #A0A08F;
}
</style>
border-color css
<style>
span { border-color: #A0A08F; }
span { border-color: rgb(160,160,143); }
td.TdClassName
{
border-color: #A0A08F;
}
.TagClassName
{
border-color: #A0A08F;
}
</style>