Shades of Brandy Rose #AD8472
Tints of Brandy Rose #AD8472
RGB
CMYK
RGB Variations
Color information
#AD8472 (or 0xAD8472) is known color: Brandy Rose. HEX triplet: AD, 84 and 72. RGB value is (173,132,114). Sum of RGB (Red+Green+Blue) = 173+132+114=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8472 is #527B8D. Grayscale: #8E8E8E. Windows color (decimal): -5405582 or 7505069. OLE color: 7505069.
HSL color Cylindrical-coordinate representation of color #AD8472: hue angle of 18.31º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD8472 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 114 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.32 |
| HSL | 18.31º | 0.26% | 0.56% | - |
| HSV(B) | 18.31º | 0.34% | 0.68% | - |
| XYZ | 28.52 | 26.6 | 19.55 | - |
| YUV | 142.21 | 112.08 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 114 | 0 | 0.24 | 0.34 | 0.32 | 18.31 | 0.26 | 0.56 |
| Hex | AD | 84 | 72 | 0 | 18 | 22 | 20 | 12 | 1A | 38 |
| Octal | 255 | 204 | 162 | 0 | 30 | 42 | 40 | 22 | 32 | 70 |
| Binary | 10101101 | 10000100 | 1110010 | 0 | 11000 | 100010 | 100000 | 10010 | 11010 | 111000 |
Color Harmonies of #AD8472
Complementary color
Monochromatic Colors of #AD8472
Black with #AD8472
Text Example
Text Example
White with #AD8472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8472; }
p { color: rgb(173,132,114); }
H1.HeaderClassName
{
color: #AD8472;
}
.AnyTagClassName
{
color: #AD8472;
}
</style>
background-color css
<style>
a { background-color: #AD8472; }
a { background-color: rgb(173,132,114); }
div.DivClassName
{
background-color: #AD8472;
}
.BgClassName
{
background-color: #AD8472;
}
</style>
border-color css
<style>
span { border-color: #AD8472; }
span { border-color: rgb(173,132,114); }
td.TdClassName
{
border-color: #AD8472;
}
.TagClassName
{
border-color: #AD8472;
}
</style>