Shades of Brandy Rose #AD8578
Tints of Brandy Rose #AD8578
RGB
CMYK
RGB Variations
Color information
#AD8578 (or 0xAD8578) is known color: Brandy Rose. HEX triplet: AD, 85 and 78. RGB value is (173,133,120). Sum of RGB (Red+Green+Blue) = 173+133+120=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8578 is #527A87. Grayscale: #8F8F8F. Windows color (decimal): -5405320 or 7898541. OLE color: 7898541.
HSL color Cylindrical-coordinate representation of color #AD8578: hue angle of 14.72º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD8578 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 120 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.32 |
| HSL | 14.72º | 0.24% | 0.57% | - |
| HSV(B) | 14.72º | 0.31% | 0.68% | - |
| XYZ | 29.01 | 27.02 | 21.45 | - |
| YUV | 143.48 | 114.75 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 120 | 0 | 0.23 | 0.31 | 0.32 | 14.72 | 0.24 | 0.57 |
| Hex | AD | 85 | 78 | 0 | 17 | 1F | 20 | F | 18 | 39 |
| Octal | 255 | 205 | 170 | 0 | 27 | 37 | 40 | 17 | 30 | 71 |
| Binary | 10101101 | 10000101 | 1111000 | 0 | 10111 | 11111 | 100000 | 1111 | 11000 | 111001 |
Color Harmonies of #AD8578
Complementary color
Monochromatic Colors of #AD8578
Black with #AD8578
Text Example
Text Example
White with #AD8578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8578; }
p { color: rgb(173,133,120); }
H1.HeaderClassName
{
color: #AD8578;
}
.AnyTagClassName
{
color: #AD8578;
}
</style>
background-color css
<style>
a { background-color: #AD8578; }
a { background-color: rgb(173,133,120); }
div.DivClassName
{
background-color: #AD8578;
}
.BgClassName
{
background-color: #AD8578;
}
</style>
border-color css
<style>
span { border-color: #AD8578; }
span { border-color: rgb(173,133,120); }
td.TdClassName
{
border-color: #AD8578;
}
.TagClassName
{
border-color: #AD8578;
}
</style>