Shades of Star Dust #A0A09C
Tints of Star Dust #A0A09C
RGB
CMYK
RGB Variations
Color information
#A0A09C (or 0xA0A09C) is known color: Star Dust. HEX triplet: A0, A0 and 9C. RGB value is (160,160,156). Sum of RGB (Red+Green+Blue) = 160+160+156=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A09C is #5F5F63. Grayscale: #9F9F9F. Windows color (decimal): -6250340 or 10264736. OLE color: 10264736.
HSL color Cylindrical-coordinate representation of color #A0A09C: hue angle of 60º degrees, saturation: 0.02, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A0A09C is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
RGB | 160 | 160 | 156 | - |
CMYK | 0 | 0 | 0.02 | 0.37 |
HSL | 60º | 0.02% | 0.62% | - |
HSV(B) | 60º | 0.02% | 0.63% | - |
XYZ | 33.07 | 35.02 | 36.47 | - |
YUV | 159.54 | 126 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 160 | 156 | 0 | 0 | 0.02 | 0.37 | 60 | 0.02 | 0.62 |
Hex | A0 | A0 | 9C | 0 | 0 | 2 | 25 | 3C | 2 | 3E |
Octal | 240 | 240 | 234 | 0 | 0 | 2 | 45 | 74 | 2 | 76 |
Binary | 10100000 | 10100000 | 10011100 | 0 | 0 | 10 | 100101 | 111100 | 10 | 111110 |
Color Harmonies of #A0A09C
Complementary color
Monochromatic Colors of #A0A09C
Black with #A0A09C
Text Example
Text Example
White with #A0A09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A09C; }
p { color: rgb(160,160,156); }
H1.HeaderClassName
{
color: #A0A09C;
}
.AnyTagClassName
{
color: #A0A09C;
}
</style>
background-color css
<style>
a { background-color: #A0A09C; }
a { background-color: rgb(160,160,156); }
div.DivClassName
{
background-color: #A0A09C;
}
.BgClassName
{
background-color: #A0A09C;
}
</style>
border-color css
<style>
span { border-color: #A0A09C; }
span { border-color: rgb(160,160,156); }
td.TdClassName
{
border-color: #A0A09C;
}
.TagClassName
{
border-color: #A0A09C;
}
</style>