Shades of Star Dust #A0A092
Tints of Star Dust #A0A092
RGB
CMYK
RGB Variations
Color information
#A0A092 (or 0xA0A092) is known color: Star Dust. HEX triplet: A0, A0 and 92. RGB value is (160,160,146). Sum of RGB (Red+Green+Blue) = 160+160+146=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A092 is #5F5F6D. Grayscale: #9E9E9E. Windows color (decimal): -6250350 or 9609376. OLE color: 9609376.
HSL color Cylindrical-coordinate representation of color #A0A092: hue angle of 60º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A0A092 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 160 | 146 | - |
| CMYK | 0 | 0 | 0.09 | 0.37 |
| HSL | 60º | 0.07% | 0.6% | - |
| HSV(B) | 60º | 0.09% | 0.63% | - |
| XYZ | 32.26 | 34.69 | 32.19 | - |
| YUV | 158.4 | 121 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 160 | 146 | 0 | 0 | 0.09 | 0.37 | 60 | 0.07 | 0.6 |
| Hex | A0 | A0 | 92 | 0 | 0 | 9 | 25 | 3C | 7 | 3C |
| Octal | 240 | 240 | 222 | 0 | 0 | 11 | 45 | 74 | 7 | 74 |
| Binary | 10100000 | 10100000 | 10010010 | 0 | 0 | 1001 | 100101 | 111100 | 111 | 111100 |
Color Harmonies of #A0A092
Complementary color
Monochromatic Colors of #A0A092
Black with #A0A092
Text Example
Text Example
White with #A0A092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A092; }
p { color: rgb(160,160,146); }
H1.HeaderClassName
{
color: #A0A092;
}
.AnyTagClassName
{
color: #A0A092;
}
</style>
background-color css
<style>
a { background-color: #A0A092; }
a { background-color: rgb(160,160,146); }
div.DivClassName
{
background-color: #A0A092;
}
.BgClassName
{
background-color: #A0A092;
}
</style>
border-color css
<style>
span { border-color: #A0A092; }
span { border-color: rgb(160,160,146); }
td.TdClassName
{
border-color: #A0A092;
}
.TagClassName
{
border-color: #A0A092;
}
</style>