Shades of Brandy Rose #AD897E
Tints of Brandy Rose #AD897E
RGB
CMYK
RGB Variations
Color information
#AD897E (or 0xAD897E) is known color: Brandy Rose. HEX triplet: AD, 89 and 7E. RGB value is (173,137,126). Sum of RGB (Red+Green+Blue) = 173+137+126=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #AD897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD897E is #527681. Grayscale: #929292. Windows color (decimal): -5404290 or 8292781. OLE color: 8292781.
HSL color Cylindrical-coordinate representation of color #AD897E: hue angle of 14.04º 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 #AD897E is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 126 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.32 |
| HSL | 14.04º | 0.22% | 0.59% | - |
| HSV(B) | 14.04º | 0.27% | 0.68% | - |
| XYZ | 29.95 | 28.28 | 23.62 | - |
| YUV | 146.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 126 | 0 | 0.21 | 0.27 | 0.32 | 14.04 | 0.22 | 0.59 |
| Hex | AD | 89 | 7E | 0 | 15 | 1B | 20 | E | 16 | 3B |
| Octal | 255 | 211 | 176 | 0 | 25 | 33 | 40 | 16 | 26 | 73 |
| Binary | 10101101 | 10001001 | 1111110 | 0 | 10101 | 11011 | 100000 | 1110 | 10110 | 111011 |
Color Harmonies of #AD897E
Complementary color
Monochromatic Colors of #AD897E
Black with #AD897E
Text Example
Text Example
White with #AD897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD897E; }
p { color: rgb(173,137,126); }
H1.HeaderClassName
{
color: #AD897E;
}
.AnyTagClassName
{
color: #AD897E;
}
</style>
background-color css
<style>
a { background-color: #AD897E; }
a { background-color: rgb(173,137,126); }
div.DivClassName
{
background-color: #AD897E;
}
.BgClassName
{
background-color: #AD897E;
}
</style>
border-color css
<style>
span { border-color: #AD897E; }
span { border-color: rgb(173,137,126); }
td.TdClassName
{
border-color: #AD897E;
}
.TagClassName
{
border-color: #AD897E;
}
</style>