Shades of Star Dust #A5A596
Tints of Star Dust #A5A596
RGB
CMYK
RGB Variations
Color information
#A5A596 (or 0xA5A596) is known color: Star Dust. HEX triplet: A5, A5 and 96. RGB value is (165,165,150). Sum of RGB (Red+Green+Blue) = 165+165+150=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A596 is #5A5A69. Grayscale: #A3A3A3. Windows color (decimal): -5921386 or 9872805. OLE color: 9872805.
HSL color Cylindrical-coordinate representation of color #A5A596: hue angle of 60º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A5A596 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
RGB | 165 | 165 | 150 | - |
CMYK | 0 | 0 | 0.09 | 0.35 |
HSL | 60º | 0.08% | 0.62% | - |
HSV(B) | 60º | 0.09% | 0.65% | - |
XYZ | 34.48 | 37.11 | 34.2 | - |
YUV | 163.29 | 120.5 | 129.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 165 | 165 | 150 | 0 | 0 | 0.09 | 0.35 | 60 | 0.08 | 0.62 |
Hex | A5 | A5 | 96 | 0 | 0 | 9 | 23 | 3C | 8 | 3E |
Octal | 245 | 245 | 226 | 0 | 0 | 11 | 43 | 74 | 10 | 76 |
Binary | 10100101 | 10100101 | 10010110 | 0 | 0 | 1001 | 100011 | 111100 | 1000 | 111110 |
Color Harmonies of #A5A596
Complementary color
Monochromatic Colors of #A5A596
Black with #A5A596
Text Example
Text Example
White with #A5A596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A596; }
p { color: rgb(165,165,150); }
H1.HeaderClassName
{
color: #A5A596;
}
.AnyTagClassName
{
color: #A5A596;
}
</style>
background-color css
<style>
a { background-color: #A5A596; }
a { background-color: rgb(165,165,150); }
div.DivClassName
{
background-color: #A5A596;
}
.BgClassName
{
background-color: #A5A596;
}
</style>
border-color css
<style>
span { border-color: #A5A596; }
span { border-color: rgb(165,165,150); }
td.TdClassName
{
border-color: #A5A596;
}
.TagClassName
{
border-color: #A5A596;
}
</style>