Shades of Star Dust #A5A69D
Tints of Star Dust #A5A69D
RGB
CMYK
RGB Variations
Color information
#A5A69D (or 0xA5A69D) is known color: Star Dust. HEX triplet: A5, A6 and 9D. RGB value is (165,166,157). Sum of RGB (Red+Green+Blue) = 165+166+157=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A69D is #5A5962. Grayscale: #A4A4A4. Windows color (decimal): -5921123 or 10331813. OLE color: 10331813.
HSL color Cylindrical-coordinate representation of color #A5A69D: hue angle of 66.67º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A5A69D is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 166 | 157 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.35 |
| HSL | 66.67º | 0.05% | 0.63% | - |
| HSV(B) | 66.67º | 0.05% | 0.65% | - |
| XYZ | 35.24 | 37.71 | 37.32 | - |
| YUV | 164.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 166 | 157 | 0.01 | 0 | 0.05 | 0.35 | 66.67 | 0.05 | 0.63 |
| Hex | A5 | A6 | 9D | 1 | 0 | 5 | 23 | 43 | 5 | 3F |
| Octal | 245 | 246 | 235 | 1 | 0 | 5 | 43 | 103 | 5 | 77 |
| Binary | 10100101 | 10100110 | 10011101 | 1 | 0 | 101 | 100011 | 1000011 | 101 | 111111 |
Color Harmonies of #A5A69D
Complementary color
Monochromatic Colors of #A5A69D
Black with #A5A69D
Text Example
Text Example
White with #A5A69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A69D; }
p { color: rgb(165,166,157); }
H1.HeaderClassName
{
color: #A5A69D;
}
.AnyTagClassName
{
color: #A5A69D;
}
</style>
background-color css
<style>
a { background-color: #A5A69D; }
a { background-color: rgb(165,166,157); }
div.DivClassName
{
background-color: #A5A69D;
}
.BgClassName
{
background-color: #A5A69D;
}
</style>
border-color css
<style>
span { border-color: #A5A69D; }
span { border-color: rgb(165,166,157); }
td.TdClassName
{
border-color: #A5A69D;
}
.TagClassName
{
border-color: #A5A69D;
}
</style>