Shades of Brandy Rose #AD857F
Tints of Brandy Rose #AD857F
RGB
CMYK
RGB Variations
Color information
#AD857F (or 0xAD857F) is known color: Brandy Rose. HEX triplet: AD, 85 and 7F. RGB value is (173,133,127). Sum of RGB (Red+Green+Blue) = 173+133+127=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD857F is #527A80. Grayscale: #909090. Windows color (decimal): -5405313 or 8357293. OLE color: 8357293.
HSL color Cylindrical-coordinate representation of color #AD857F: hue angle of 7.83º 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 #AD857F is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 127 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.32 |
| HSL | 7.83º | 0.22% | 0.59% | - |
| HSV(B) | 7.83º | 0.27% | 0.68% | - |
| XYZ | 29.45 | 27.19 | 23.77 | - |
| YUV | 144.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 127 | 0 | 0.23 | 0.27 | 0.32 | 7.83 | 0.22 | 0.59 |
| Hex | AD | 85 | 7F | 0 | 17 | 1B | 20 | 8 | 16 | 3B |
| Octal | 255 | 205 | 177 | 0 | 27 | 33 | 40 | 10 | 26 | 73 |
| Binary | 10101101 | 10000101 | 1111111 | 0 | 10111 | 11011 | 100000 | 1000 | 10110 | 111011 |
Color Harmonies of #AD857F
Complementary color
Monochromatic Colors of #AD857F
Black with #AD857F
Text Example
Text Example
White with #AD857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD857F; }
p { color: rgb(173,133,127); }
H1.HeaderClassName
{
color: #AD857F;
}
.AnyTagClassName
{
color: #AD857F;
}
</style>
background-color css
<style>
a { background-color: #AD857F; }
a { background-color: rgb(173,133,127); }
div.DivClassName
{
background-color: #AD857F;
}
.BgClassName
{
background-color: #AD857F;
}
</style>
border-color css
<style>
span { border-color: #AD857F; }
span { border-color: rgb(173,133,127); }
td.TdClassName
{
border-color: #AD857F;
}
.TagClassName
{
border-color: #AD857F;
}
</style>