Shades of Star Dust #A0A197
Tints of Star Dust #A0A197
RGB
CMYK
RGB Variations
Color information
#A0A197 (or 0xA0A197) is known color: Star Dust. HEX triplet: A0, A1 and 97. RGB value is (160,161,151). Sum of RGB (Red+Green+Blue) = 160+161+151=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 151 (59.38% from 255 or 31.99% from 472); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A197 is #5F5E68. Grayscale: #9F9F9F. Windows color (decimal): -6250089 or 9937312. OLE color: 9937312.
HSL color Cylindrical-coordinate representation of color #A0A197: hue angle of 66º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A0A197 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
RGB | 160 | 161 | 151 | - |
CMYK | 0.01 | 0 | 0.06 | 0.37 |
HSL | 66º | 0.05% | 0.61% | - |
HSV(B) | 66º | 0.06% | 0.63% | - |
XYZ | 32.83 | 35.2 | 34.34 | - |
YUV | 159.56 | 123.17 | 128.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 161 | 151 | 0.01 | 0 | 0.06 | 0.37 | 66 | 0.05 | 0.61 |
Hex | A0 | A1 | 97 | 1 | 0 | 6 | 25 | 42 | 5 | 3D |
Octal | 240 | 241 | 227 | 1 | 0 | 6 | 45 | 102 | 5 | 75 |
Binary | 10100000 | 10100001 | 10010111 | 1 | 0 | 110 | 100101 | 1000010 | 101 | 111101 |
Color Harmonies of #A0A197
Complementary color
Monochromatic Colors of #A0A197
Black with #A0A197
Text Example
Text Example
White with #A0A197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A197; }
p { color: rgb(160,161,151); }
H1.HeaderClassName
{
color: #A0A197;
}
.AnyTagClassName
{
color: #A0A197;
}
</style>
background-color css
<style>
a { background-color: #A0A197; }
a { background-color: rgb(160,161,151); }
div.DivClassName
{
background-color: #A0A197;
}
.BgClassName
{
background-color: #A0A197;
}
</style>
border-color css
<style>
span { border-color: #A0A197; }
span { border-color: rgb(160,161,151); }
td.TdClassName
{
border-color: #A0A197;
}
.TagClassName
{
border-color: #A0A197;
}
</style>