Shades of Star Dust #A1A18E
Tints of Star Dust #A1A18E
RGB
CMYK
RGB Variations
Color information
#A1A18E (or 0xA1A18E) is known color: Star Dust. HEX triplet: A1, A1 and 8E. RGB value is (161,161,142). Sum of RGB (Red+Green+Blue) = 161+161+142=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A18E is #5E5E71. Grayscale: #9E9E9E. Windows color (decimal): -6184562 or 9347489. OLE color: 9347489.
HSL color Cylindrical-coordinate representation of color #A1A18E: hue angle of 60º 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 #A1A18E is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 161 | 142 | - |
| CMYK | 0 | 0 | 0.12 | 0.37 |
| HSL | 60º | 0.09% | 0.59% | - |
| HSV(B) | 60º | 0.12% | 0.63% | - |
| XYZ | 32.33 | 35.02 | 30.65 | - |
| YUV | 158.83 | 118.5 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 161 | 142 | 0 | 0 | 0.12 | 0.37 | 60 | 0.09 | 0.59 |
| Hex | A1 | A1 | 8E | 0 | 0 | C | 25 | 3C | 9 | 3B |
| Octal | 241 | 241 | 216 | 0 | 0 | 14 | 45 | 74 | 11 | 73 |
| Binary | 10100001 | 10100001 | 10001110 | 0 | 0 | 1100 | 100101 | 111100 | 1001 | 111011 |
Color Harmonies of #A1A18E
Complementary color
Monochromatic Colors of #A1A18E
Black with #A1A18E
Text Example
Text Example
White with #A1A18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A18E; }
p { color: rgb(161,161,142); }
H1.HeaderClassName
{
color: #A1A18E;
}
.AnyTagClassName
{
color: #A1A18E;
}
</style>
background-color css
<style>
a { background-color: #A1A18E; }
a { background-color: rgb(161,161,142); }
div.DivClassName
{
background-color: #A1A18E;
}
.BgClassName
{
background-color: #A1A18E;
}
</style>
border-color css
<style>
span { border-color: #A1A18E; }
span { border-color: rgb(161,161,142); }
td.TdClassName
{
border-color: #A1A18E;
}
.TagClassName
{
border-color: #A1A18E;
}
</style>