Shades of Star Dust #A1A29C
Tints of Star Dust #A1A29C
RGB
CMYK
RGB Variations
Color information
#A1A29C (or 0xA1A29C) is known color: Star Dust. HEX triplet: A1, A2 and 9C. RGB value is (161,162,156). Sum of RGB (Red+Green+Blue) = 161+162+156=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A29C is #5E5D63. Grayscale: #A1A1A1. Windows color (decimal): -6184292 or 10265249. OLE color: 10265249.
HSL color Cylindrical-coordinate representation of color #A1A29C: hue angle of 70º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A1A29C is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
RGB | 161 | 162 | 156 | - |
CMYK | 0.01 | 0 | 0.04 | 0.36 |
HSL | 70º | 0.03% | 0.62% | - |
HSV(B) | 70º | 0.04% | 0.64% | - |
XYZ | 33.62 | 35.82 | 36.59 | - |
YUV | 161.02 | 125.17 | 127.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 162 | 156 | 0.01 | 0 | 0.04 | 0.36 | 70 | 0.03 | 0.62 |
Hex | A1 | A2 | 9C | 1 | 0 | 4 | 24 | 46 | 3 | 3E |
Octal | 241 | 242 | 234 | 1 | 0 | 4 | 44 | 106 | 3 | 76 |
Binary | 10100001 | 10100010 | 10011100 | 1 | 0 | 100 | 100100 | 1000110 | 11 | 111110 |
Color Harmonies of #A1A29C
Complementary color
Monochromatic Colors of #A1A29C
Black with #A1A29C
Text Example
Text Example
White with #A1A29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A29C; }
p { color: rgb(161,162,156); }
H1.HeaderClassName
{
color: #A1A29C;
}
.AnyTagClassName
{
color: #A1A29C;
}
</style>
background-color css
<style>
a { background-color: #A1A29C; }
a { background-color: rgb(161,162,156); }
div.DivClassName
{
background-color: #A1A29C;
}
.BgClassName
{
background-color: #A1A29C;
}
</style>
border-color css
<style>
span { border-color: #A1A29C; }
span { border-color: rgb(161,162,156); }
td.TdClassName
{
border-color: #A1A29C;
}
.TagClassName
{
border-color: #A1A29C;
}
</style>