Shades of Star Dust #A0A296
Tints of Star Dust #A0A296
RGB
CMYK
RGB Variations
Color information
#A0A296 (or 0xA0A296) is known color: Star Dust. HEX triplet: A0, A2 and 96. RGB value is (160,162,150). Sum of RGB (Red+Green+Blue) = 160+162+150=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A296 is #5F5D69. Grayscale: #A0A0A0. Windows color (decimal): -6249834 or 9872032. OLE color: 9872032.
HSL color Cylindrical-coordinate representation of color #A0A296: hue angle of 70º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A0A296 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 162 | 150 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.36 |
| HSL | 70º | 0.06% | 0.61% | - |
| HSV(B) | 70º | 0.07% | 0.64% | - |
| XYZ | 32.92 | 35.52 | 33.97 | - |
| YUV | 160.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 162 | 150 | 0.01 | 0 | 0.07 | 0.36 | 70 | 0.06 | 0.61 |
| Hex | A0 | A2 | 96 | 1 | 0 | 7 | 24 | 46 | 6 | 3D |
| Octal | 240 | 242 | 226 | 1 | 0 | 7 | 44 | 106 | 6 | 75 |
| Binary | 10100000 | 10100010 | 10010110 | 1 | 0 | 111 | 100100 | 1000110 | 110 | 111101 |
Color Harmonies of #A0A296
Complementary color
Monochromatic Colors of #A0A296
Black with #A0A296
Text Example
Text Example
White with #A0A296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A296; }
p { color: rgb(160,162,150); }
H1.HeaderClassName
{
color: #A0A296;
}
.AnyTagClassName
{
color: #A0A296;
}
</style>
background-color css
<style>
a { background-color: #A0A296; }
a { background-color: rgb(160,162,150); }
div.DivClassName
{
background-color: #A0A296;
}
.BgClassName
{
background-color: #A0A296;
}
</style>
border-color css
<style>
span { border-color: #A0A296; }
span { border-color: rgb(160,162,150); }
td.TdClassName
{
border-color: #A0A296;
}
.TagClassName
{
border-color: #A0A296;
}
</style>