Shades of Brandy Rose #AD8672
Tints of Brandy Rose #AD8672
RGB
CMYK
RGB Variations
Color information
#AD8672 (or 0xAD8672) is known color: Brandy Rose. HEX triplet: AD, 86 and 72. RGB value is (173,134,114). Sum of RGB (Red+Green+Blue) = 173+134+114=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8672 is #52798D. Grayscale: #8F8F8F. Windows color (decimal): -5405070 or 7505581. OLE color: 7505581.
HSL color Cylindrical-coordinate representation of color #AD8672: hue angle of 20.34º 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 #AD8672 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 114 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.32 |
| HSL | 20.34º | 0.26% | 0.56% | - |
| HSV(B) | 20.34º | 0.34% | 0.68% | - |
| XYZ | 28.8 | 27.15 | 19.64 | - |
| YUV | 143.38 | 111.42 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 114 | 0 | 0.23 | 0.34 | 0.32 | 20.34 | 0.26 | 0.56 |
| Hex | AD | 86 | 72 | 0 | 17 | 22 | 20 | 14 | 1A | 38 |
| Octal | 255 | 206 | 162 | 0 | 27 | 42 | 40 | 24 | 32 | 70 |
| Binary | 10101101 | 10000110 | 1110010 | 0 | 10111 | 100010 | 100000 | 10100 | 11010 | 111000 |
Color Harmonies of #AD8672
Complementary color
Monochromatic Colors of #AD8672
Black with #AD8672
Text Example
Text Example
White with #AD8672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8672; }
p { color: rgb(173,134,114); }
H1.HeaderClassName
{
color: #AD8672;
}
.AnyTagClassName
{
color: #AD8672;
}
</style>
background-color css
<style>
a { background-color: #AD8672; }
a { background-color: rgb(173,134,114); }
div.DivClassName
{
background-color: #AD8672;
}
.BgClassName
{
background-color: #AD8672;
}
</style>
border-color css
<style>
span { border-color: #AD8672; }
span { border-color: rgb(173,134,114); }
td.TdClassName
{
border-color: #AD8672;
}
.TagClassName
{
border-color: #AD8672;
}
</style>