Shades of Star Dust #A5A69C
Tints of Star Dust #A5A69C
RGB
CMYK
RGB Variations
Color information
#A5A69C (or 0xA5A69C) is known color: Star Dust. HEX triplet: A5, A6 and 9C. RGB value is (165,166,156). Sum of RGB (Red+Green+Blue) = 165+166+156=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A69C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A69C is #5A5963. Grayscale: #A4A4A4. Windows color (decimal): -5921124 or 10266277. OLE color: 10266277.
HSL color Cylindrical-coordinate representation of color #A5A69C: hue angle of 66º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A5A69C is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 166 | 156 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.35 |
| HSL | 66º | 0.05% | 0.63% | - |
| HSV(B) | 66º | 0.06% | 0.65% | - |
| XYZ | 35.15 | 37.67 | 36.87 | - |
| YUV | 164.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 166 | 156 | 0.01 | 0 | 0.06 | 0.35 | 66 | 0.05 | 0.63 |
| Hex | A5 | A6 | 9C | 1 | 0 | 6 | 23 | 42 | 5 | 3F |
| Octal | 245 | 246 | 234 | 1 | 0 | 6 | 43 | 102 | 5 | 77 |
| Binary | 10100101 | 10100110 | 10011100 | 1 | 0 | 110 | 100011 | 1000010 | 101 | 111111 |
Color Harmonies of #A5A69C
Complementary color
Monochromatic Colors of #A5A69C
Black with #A5A69C
Text Example
Text Example
White with #A5A69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A69C; }
p { color: rgb(165,166,156); }
H1.HeaderClassName
{
color: #A5A69C;
}
.AnyTagClassName
{
color: #A5A69C;
}
</style>
background-color css
<style>
a { background-color: #A5A69C; }
a { background-color: rgb(165,166,156); }
div.DivClassName
{
background-color: #A5A69C;
}
.BgClassName
{
background-color: #A5A69C;
}
</style>
border-color css
<style>
span { border-color: #A5A69C; }
span { border-color: rgb(165,166,156); }
td.TdClassName
{
border-color: #A5A69C;
}
.TagClassName
{
border-color: #A5A69C;
}
</style>