Shades of Star Dust #A4A599
Tints of Star Dust #A4A599
RGB
CMYK
RGB Variations
Color information
#A4A599 (or 0xA4A599) is known color: Star Dust. HEX triplet: A4, A5 and 99. RGB value is (164,165,153). Sum of RGB (Red+Green+Blue) = 164+165+153=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A599 is #5B5A66. Grayscale: #A3A3A3. Windows color (decimal): -5986919 or 10069412. OLE color: 10069412.
HSL color Cylindrical-coordinate representation of color #A4A599: hue angle of 65º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A4A599 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 165 | 153 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.35 |
| HSL | 65º | 0.06% | 0.62% | - |
| HSV(B) | 65º | 0.07% | 0.65% | - |
| XYZ | 34.51 | 37.1 | 35.48 | - |
| YUV | 163.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 165 | 153 | 0.01 | 0 | 0.07 | 0.35 | 65 | 0.06 | 0.62 |
| Hex | A4 | A5 | 99 | 1 | 0 | 7 | 23 | 41 | 6 | 3E |
| Octal | 244 | 245 | 231 | 1 | 0 | 7 | 43 | 101 | 6 | 76 |
| Binary | 10100100 | 10100101 | 10011001 | 1 | 0 | 111 | 100011 | 1000001 | 110 | 111110 |
Color Harmonies of #A4A599
Complementary color
Monochromatic Colors of #A4A599
Black with #A4A599
Text Example
Text Example
White with #A4A599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A599; }
p { color: rgb(164,165,153); }
H1.HeaderClassName
{
color: #A4A599;
}
.AnyTagClassName
{
color: #A4A599;
}
</style>
background-color css
<style>
a { background-color: #A4A599; }
a { background-color: rgb(164,165,153); }
div.DivClassName
{
background-color: #A4A599;
}
.BgClassName
{
background-color: #A4A599;
}
</style>
border-color css
<style>
span { border-color: #A4A599; }
span { border-color: rgb(164,165,153); }
td.TdClassName
{
border-color: #A4A599;
}
.TagClassName
{
border-color: #A4A599;
}
</style>