Shades of Brandy Rose #AD887E
Tints of Brandy Rose #AD887E
RGB
CMYK
RGB Variations
Color information
#AD887E (or 0xAD887E) is known color: Brandy Rose. HEX triplet: AD, 88 and 7E. RGB value is (173,136,126). Sum of RGB (Red+Green+Blue) = 173+136+126=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD887E is #527781. Grayscale: #929292. Windows color (decimal): -5404546 or 8292525. OLE color: 8292525.
HSL color Cylindrical-coordinate representation of color #AD887E: hue angle of 12.77º 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 #AD887E is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 126 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.32 |
| HSL | 12.77º | 0.22% | 0.59% | - |
| HSV(B) | 12.77º | 0.27% | 0.68% | - |
| XYZ | 29.8 | 28 | 23.57 | - |
| YUV | 145.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 126 | 0 | 0.21 | 0.27 | 0.32 | 12.77 | 0.22 | 0.59 |
| Hex | AD | 88 | 7E | 0 | 15 | 1B | 20 | D | 16 | 3B |
| Octal | 255 | 210 | 176 | 0 | 25 | 33 | 40 | 15 | 26 | 73 |
| Binary | 10101101 | 10001000 | 1111110 | 0 | 10101 | 11011 | 100000 | 1101 | 10110 | 111011 |
Color Harmonies of #AD887E
Complementary color
Monochromatic Colors of #AD887E
Black with #AD887E
Text Example
Text Example
White with #AD887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD887E; }
p { color: rgb(173,136,126); }
H1.HeaderClassName
{
color: #AD887E;
}
.AnyTagClassName
{
color: #AD887E;
}
</style>
background-color css
<style>
a { background-color: #AD887E; }
a { background-color: rgb(173,136,126); }
div.DivClassName
{
background-color: #AD887E;
}
.BgClassName
{
background-color: #AD887E;
}
</style>
border-color css
<style>
span { border-color: #AD887E; }
span { border-color: rgb(173,136,126); }
td.TdClassName
{
border-color: #AD887E;
}
.TagClassName
{
border-color: #AD887E;
}
</style>