Shades of Brandy Rose #AD887F
Tints of Brandy Rose #AD887F
RGB
CMYK
RGB Variations
Color information
#AD887F (or 0xAD887F) is known color: Brandy Rose. HEX triplet: AD, 88 and 7F. RGB value is (173,136,127). Sum of RGB (Red+Green+Blue) = 173+136+127=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #AD887F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD887F is #527780. Grayscale: #929292. Windows color (decimal): -5404545 or 8358061. OLE color: 8358061.
HSL color Cylindrical-coordinate representation of color #AD887F: hue angle of 11.74º 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 #AD887F is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 127 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.32 |
| HSL | 11.74º | 0.22% | 0.59% | - |
| HSV(B) | 11.74º | 0.27% | 0.68% | - |
| XYZ | 29.87 | 28.02 | 23.91 | - |
| YUV | 146.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 127 | 0 | 0.21 | 0.27 | 0.32 | 11.74 | 0.22 | 0.59 |
| Hex | AD | 88 | 7F | 0 | 15 | 1B | 20 | C | 16 | 3B |
| Octal | 255 | 210 | 177 | 0 | 25 | 33 | 40 | 14 | 26 | 73 |
| Binary | 10101101 | 10001000 | 1111111 | 0 | 10101 | 11011 | 100000 | 1100 | 10110 | 111011 |
Color Harmonies of #AD887F
Complementary color
Monochromatic Colors of #AD887F
Black with #AD887F
Text Example
Text Example
White with #AD887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD887F; }
p { color: rgb(173,136,127); }
H1.HeaderClassName
{
color: #AD887F;
}
.AnyTagClassName
{
color: #AD887F;
}
</style>
background-color css
<style>
a { background-color: #AD887F; }
a { background-color: rgb(173,136,127); }
div.DivClassName
{
background-color: #AD887F;
}
.BgClassName
{
background-color: #AD887F;
}
</style>
border-color css
<style>
span { border-color: #AD887F; }
span { border-color: rgb(173,136,127); }
td.TdClassName
{
border-color: #AD887F;
}
.TagClassName
{
border-color: #AD887F;
}
</style>