Shades of Brandy Rose #AD847F
Tints of Brandy Rose #AD847F
RGB
CMYK
RGB Variations
Color information
#AD847F (or 0xAD847F) is known color: Brandy Rose. HEX triplet: AD, 84 and 7F. RGB value is (173,132,127). Sum of RGB (Red+Green+Blue) = 173+132+127=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD847F is #527B80. Grayscale: #8F8F8F. Windows color (decimal): -5405569 or 8357037. OLE color: 8357037.
HSL color Cylindrical-coordinate representation of color #AD847F: hue angle of 6.52º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD847F is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 127 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.32 |
| HSL | 6.52º | 0.22% | 0.59% | - |
| HSV(B) | 6.52º | 0.27% | 0.68% | - |
| XYZ | 29.32 | 26.92 | 23.73 | - |
| YUV | 143.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 127 | 0 | 0.24 | 0.27 | 0.32 | 6.52 | 0.22 | 0.59 |
| Hex | AD | 84 | 7F | 0 | 18 | 1B | 20 | 7 | 16 | 3B |
| Octal | 255 | 204 | 177 | 0 | 30 | 33 | 40 | 7 | 26 | 73 |
| Binary | 10101101 | 10000100 | 1111111 | 0 | 11000 | 11011 | 100000 | 111 | 10110 | 111011 |
Color Harmonies of #AD847F
Complementary color
Monochromatic Colors of #AD847F
Black with #AD847F
Text Example
Text Example
White with #AD847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD847F; }
p { color: rgb(173,132,127); }
H1.HeaderClassName
{
color: #AD847F;
}
.AnyTagClassName
{
color: #AD847F;
}
</style>
background-color css
<style>
a { background-color: #AD847F; }
a { background-color: rgb(173,132,127); }
div.DivClassName
{
background-color: #AD847F;
}
.BgClassName
{
background-color: #AD847F;
}
</style>
border-color css
<style>
span { border-color: #AD847F; }
span { border-color: rgb(173,132,127); }
td.TdClassName
{
border-color: #AD847F;
}
.TagClassName
{
border-color: #AD847F;
}
</style>