Shades of Brandy Rose #AD8984
Tints of Brandy Rose #AD8984
RGB
CMYK
RGB Variations
Color information
#AD8984 (or 0xAD8984) is known color: Brandy Rose. HEX triplet: AD, 89 and 84. RGB value is (173,137,132). Sum of RGB (Red+Green+Blue) = 173+137+132=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8984 is #52767B. Grayscale: #939393. Windows color (decimal): -5404284 or 8685997. OLE color: 8685997.
HSL color Cylindrical-coordinate representation of color #AD8984: hue angle of 7.32º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD8984 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 132 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.32 |
| HSL | 7.32º | 0.2% | 0.6% | - |
| HSV(B) | 7.32º | 0.24% | 0.68% | - |
| XYZ | 30.34 | 28.44 | 25.72 | - |
| YUV | 147.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 132 | 0 | 0.21 | 0.24 | 0.32 | 7.32 | 0.2 | 0.6 |
| Hex | AD | 89 | 84 | 0 | 15 | 18 | 20 | 7 | 14 | 3C |
| Octal | 255 | 211 | 204 | 0 | 25 | 30 | 40 | 7 | 24 | 74 |
| Binary | 10101101 | 10001001 | 10000100 | 0 | 10101 | 11000 | 100000 | 111 | 10100 | 111100 |
Color Harmonies of #AD8984
Complementary color
Monochromatic Colors of #AD8984
Black with #AD8984
Text Example
Text Example
White with #AD8984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8984; }
p { color: rgb(173,137,132); }
H1.HeaderClassName
{
color: #AD8984;
}
.AnyTagClassName
{
color: #AD8984;
}
</style>
background-color css
<style>
a { background-color: #AD8984; }
a { background-color: rgb(173,137,132); }
div.DivClassName
{
background-color: #AD8984;
}
.BgClassName
{
background-color: #AD8984;
}
</style>
border-color css
<style>
span { border-color: #AD8984; }
span { border-color: rgb(173,137,132); }
td.TdClassName
{
border-color: #AD8984;
}
.TagClassName
{
border-color: #AD8984;
}
</style>