Shades of Brandy Rose #A98578
Tints of Brandy Rose #A98578
RGB
CMYK
RGB Variations
Color information
#A98578 (or 0xA98578) is known color: Brandy Rose. HEX triplet: A9, 85 and 78. RGB value is (169,133,120). Sum of RGB (Red+Green+Blue) = 169+133+120=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A98578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98578 is #567A87. Grayscale: #8E8E8E. Windows color (decimal): -5667464 or 7898537. OLE color: 7898537.
HSL color Cylindrical-coordinate representation of color #A98578: hue angle of 15.92º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A98578 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 133 | 120 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.34 |
| HSL | 15.92º | 0.22% | 0.57% | - |
| HSV(B) | 15.92º | 0.29% | 0.66% | - |
| XYZ | 28.14 | 26.57 | 21.41 | - |
| YUV | 142.28 | 115.43 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 120 | 0 | 0.21 | 0.29 | 0.34 | 15.92 | 0.22 | 0.57 |
| Hex | A9 | 85 | 78 | 0 | 15 | 1D | 22 | 10 | 16 | 39 |
| Octal | 251 | 205 | 170 | 0 | 25 | 35 | 42 | 20 | 26 | 71 |
| Binary | 10101001 | 10000101 | 1111000 | 0 | 10101 | 11101 | 100010 | 10000 | 10110 | 111001 |
Color Harmonies of #A98578
Complementary color
Monochromatic Colors of #A98578
Black with #A98578
Text Example
Text Example
White with #A98578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98578; }
p { color: rgb(169,133,120); }
H1.HeaderClassName
{
color: #A98578;
}
.AnyTagClassName
{
color: #A98578;
}
</style>
background-color css
<style>
a { background-color: #A98578; }
a { background-color: rgb(169,133,120); }
div.DivClassName
{
background-color: #A98578;
}
.BgClassName
{
background-color: #A98578;
}
</style>
border-color css
<style>
span { border-color: #A98578; }
span { border-color: rgb(169,133,120); }
td.TdClassName
{
border-color: #A98578;
}
.TagClassName
{
border-color: #A98578;
}
</style>