Shades of Star Dust #A0A18E
Tints of Star Dust #A0A18E
RGB
CMYK
RGB Variations
Color information
#A0A18E (or 0xA0A18E) is known color: Star Dust. HEX triplet: A0, A1 and 8E. RGB value is (160,161,142). Sum of RGB (Red+Green+Blue) = 160+161+142=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A18E is #5F5E71. Grayscale: #9E9E9E. Windows color (decimal): -6250098 or 9347488. OLE color: 9347488.
HSL color Cylindrical-coordinate representation of color #A0A18E: hue angle of 63.16º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A0A18E is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 161 | 142 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.37 |
| HSL | 63.16º | 0.09% | 0.59% | - |
| HSV(B) | 63.16º | 0.12% | 0.63% | - |
| XYZ | 32.12 | 34.92 | 30.64 | - |
| YUV | 158.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 161 | 142 | 0.01 | 0 | 0.12 | 0.37 | 63.16 | 0.09 | 0.59 |
| Hex | A0 | A1 | 8E | 1 | 0 | C | 25 | 3F | 9 | 3B |
| Octal | 240 | 241 | 216 | 1 | 0 | 14 | 45 | 77 | 11 | 73 |
| Binary | 10100000 | 10100001 | 10001110 | 1 | 0 | 1100 | 100101 | 111111 | 1001 | 111011 |
Color Harmonies of #A0A18E
Complementary color
Monochromatic Colors of #A0A18E
Black with #A0A18E
Text Example
Text Example
White with #A0A18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A18E; }
p { color: rgb(160,161,142); }
H1.HeaderClassName
{
color: #A0A18E;
}
.AnyTagClassName
{
color: #A0A18E;
}
</style>
background-color css
<style>
a { background-color: #A0A18E; }
a { background-color: rgb(160,161,142); }
div.DivClassName
{
background-color: #A0A18E;
}
.BgClassName
{
background-color: #A0A18E;
}
</style>
border-color css
<style>
span { border-color: #A0A18E; }
span { border-color: rgb(160,161,142); }
td.TdClassName
{
border-color: #A0A18E;
}
.TagClassName
{
border-color: #A0A18E;
}
</style>