Shades of Brandy Rose #AD857E
Tints of Brandy Rose #AD857E
RGB
CMYK
RGB Variations
Color information
#AD857E (or 0xAD857E) is known color: Brandy Rose. HEX triplet: AD, 85 and 7E. RGB value is (173,133,126). Sum of RGB (Red+Green+Blue) = 173+133+126=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD857E is #527A81. Grayscale: #909090. Windows color (decimal): -5405314 or 8291757. OLE color: 8291757.
HSL color Cylindrical-coordinate representation of color #AD857E: hue angle of 8.94º 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 #AD857E is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 126 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.32 |
| HSL | 8.94º | 0.22% | 0.59% | - |
| HSV(B) | 8.94º | 0.27% | 0.68% | - |
| XYZ | 29.39 | 27.17 | 23.43 | - |
| YUV | 144.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 126 | 0 | 0.23 | 0.27 | 0.32 | 8.94 | 0.22 | 0.59 |
| Hex | AD | 85 | 7E | 0 | 17 | 1B | 20 | 9 | 16 | 3B |
| Octal | 255 | 205 | 176 | 0 | 27 | 33 | 40 | 11 | 26 | 73 |
| Binary | 10101101 | 10000101 | 1111110 | 0 | 10111 | 11011 | 100000 | 1001 | 10110 | 111011 |
Color Harmonies of #AD857E
Complementary color
Monochromatic Colors of #AD857E
Black with #AD857E
Text Example
Text Example
White with #AD857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD857E; }
p { color: rgb(173,133,126); }
H1.HeaderClassName
{
color: #AD857E;
}
.AnyTagClassName
{
color: #AD857E;
}
</style>
background-color css
<style>
a { background-color: #AD857E; }
a { background-color: rgb(173,133,126); }
div.DivClassName
{
background-color: #AD857E;
}
.BgClassName
{
background-color: #AD857E;
}
</style>
border-color css
<style>
span { border-color: #AD857E; }
span { border-color: rgb(173,133,126); }
td.TdClassName
{
border-color: #AD857E;
}
.TagClassName
{
border-color: #AD857E;
}
</style>