Shades of Star Dust #A1A39B
Tints of Star Dust #A1A39B
RGB
CMYK
RGB Variations
Color information
#A1A39B (or 0xA1A39B) is known color: Star Dust. HEX triplet: A1, A3 and 9B. RGB value is (161,163,155). Sum of RGB (Red+Green+Blue) = 161+163+155=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A39B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A39B is #5E5C64. Grayscale: #A1A1A1. Windows color (decimal): -6184037 or 10199969. OLE color: 10199969.
HSL color Cylindrical-coordinate representation of color #A1A39B: hue angle of 75º 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 #A1A39B is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 163 | 155 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.36 |
| HSL | 75º | 0.04% | 0.62% | - |
| HSV(B) | 75º | 0.05% | 0.64% | - |
| XYZ | 33.71 | 36.14 | 36.21 | - |
| YUV | 161.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 163 | 155 | 0.01 | 0 | 0.05 | 0.36 | 75 | 0.04 | 0.62 |
| Hex | A1 | A3 | 9B | 1 | 0 | 5 | 24 | 4B | 4 | 3E |
| Octal | 241 | 243 | 233 | 1 | 0 | 5 | 44 | 113 | 4 | 76 |
| Binary | 10100001 | 10100011 | 10011011 | 1 | 0 | 101 | 100100 | 1001011 | 100 | 111110 |
Color Harmonies of #A1A39B
Complementary color
Monochromatic Colors of #A1A39B
Black with #A1A39B
Text Example
Text Example
White with #A1A39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A39B; }
p { color: rgb(161,163,155); }
H1.HeaderClassName
{
color: #A1A39B;
}
.AnyTagClassName
{
color: #A1A39B;
}
</style>
background-color css
<style>
a { background-color: #A1A39B; }
a { background-color: rgb(161,163,155); }
div.DivClassName
{
background-color: #A1A39B;
}
.BgClassName
{
background-color: #A1A39B;
}
</style>
border-color css
<style>
span { border-color: #A1A39B; }
span { border-color: rgb(161,163,155); }
td.TdClassName
{
border-color: #A1A39B;
}
.TagClassName
{
border-color: #A1A39B;
}
</style>