Shades of Star Dust #A1A29A
Tints of Star Dust #A1A29A
RGB
CMYK
RGB Variations
Color information
#A1A29A (or 0xA1A29A) is known color: Star Dust. HEX triplet: A1, A2 and 9A. RGB value is (161,162,154). Sum of RGB (Red+Green+Blue) = 161+162+154=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A29A is #5E5D65. Grayscale: #A0A0A0. Windows color (decimal): -6184294 or 10134177. OLE color: 10134177.
HSL color Cylindrical-coordinate representation of color #A1A29A: hue angle of 67.5º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A1A29A is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 154 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.36 |
| HSL | 67.5º | 0.04% | 0.62% | - |
| HSV(B) | 67.5º | 0.05% | 0.64% | - |
| XYZ | 33.45 | 35.75 | 35.71 | - |
| YUV | 160.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 154 | 0.01 | 0 | 0.05 | 0.36 | 67.5 | 0.04 | 0.62 |
| Hex | A1 | A2 | 9A | 1 | 0 | 5 | 24 | 44 | 4 | 3E |
| Octal | 241 | 242 | 232 | 1 | 0 | 5 | 44 | 104 | 4 | 76 |
| Binary | 10100001 | 10100010 | 10011010 | 1 | 0 | 101 | 100100 | 1000100 | 100 | 111110 |
Color Harmonies of #A1A29A
Complementary color
Monochromatic Colors of #A1A29A
Black with #A1A29A
Text Example
Text Example
White with #A1A29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A29A; }
p { color: rgb(161,162,154); }
H1.HeaderClassName
{
color: #A1A29A;
}
.AnyTagClassName
{
color: #A1A29A;
}
</style>
background-color css
<style>
a { background-color: #A1A29A; }
a { background-color: rgb(161,162,154); }
div.DivClassName
{
background-color: #A1A29A;
}
.BgClassName
{
background-color: #A1A29A;
}
</style>
border-color css
<style>
span { border-color: #A1A29A; }
span { border-color: rgb(161,162,154); }
td.TdClassName
{
border-color: #A1A29A;
}
.TagClassName
{
border-color: #A1A29A;
}
</style>