Shades of Star Dust #A5A69E
Tints of Star Dust #A5A69E
RGB
CMYK
RGB Variations
Color information
#A5A69E (or 0xA5A69E) is known color: Star Dust. HEX triplet: A5, A6 and 9E. RGB value is (165,166,158). Sum of RGB (Red+Green+Blue) = 165+166+158=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A69E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A69E is #5A5961. Grayscale: #A4A4A4. Windows color (decimal): -5921122 or 10397349. OLE color: 10397349.
HSL color Cylindrical-coordinate representation of color #A5A69E: hue angle of 67.5º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A5A69E is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 166 | 158 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.35 |
| HSL | 67.5º | 0.04% | 0.64% | - |
| HSV(B) | 67.5º | 0.05% | 0.65% | - |
| XYZ | 35.32 | 37.74 | 37.77 | - |
| YUV | 164.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 166 | 158 | 0.01 | 0 | 0.05 | 0.35 | 67.5 | 0.04 | 0.64 |
| Hex | A5 | A6 | 9E | 1 | 0 | 5 | 23 | 44 | 4 | 40 |
| Octal | 245 | 246 | 236 | 1 | 0 | 5 | 43 | 104 | 4 | 100 |
| Binary | 10100101 | 10100110 | 10011110 | 1 | 0 | 101 | 100011 | 1000100 | 100 | 1000000 |
Color Harmonies of #A5A69E
Complementary color
Monochromatic Colors of #A5A69E
Black with #A5A69E
Text Example
Text Example
White with #A5A69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A69E; }
p { color: rgb(165,166,158); }
H1.HeaderClassName
{
color: #A5A69E;
}
.AnyTagClassName
{
color: #A5A69E;
}
</style>
background-color css
<style>
a { background-color: #A5A69E; }
a { background-color: rgb(165,166,158); }
div.DivClassName
{
background-color: #A5A69E;
}
.BgClassName
{
background-color: #A5A69E;
}
</style>
border-color css
<style>
span { border-color: #A5A69E; }
span { border-color: rgb(165,166,158); }
td.TdClassName
{
border-color: #A5A69E;
}
.TagClassName
{
border-color: #A5A69E;
}
</style>