Shades of Brandy Rose #AD8676
Tints of Brandy Rose #AD8676
RGB
CMYK
RGB Variations
Color information
#AD8676 (or 0xAD8676) is known color: Brandy Rose. HEX triplet: AD, 86 and 76. RGB value is (173,134,118). Sum of RGB (Red+Green+Blue) = 173+134+118=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8676 is #527989. Grayscale: #8F8F8F. Windows color (decimal): -5405066 or 7767725. OLE color: 7767725.
HSL color Cylindrical-coordinate representation of color #AD8676: hue angle of 17.45º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD8676 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 118 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.32 |
| HSL | 17.45º | 0.25% | 0.57% | - |
| HSV(B) | 17.45º | 0.32% | 0.68% | - |
| XYZ | 29.03 | 27.24 | 20.87 | - |
| YUV | 143.84 | 113.42 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 118 | 0 | 0.23 | 0.32 | 0.32 | 17.45 | 0.25 | 0.57 |
| Hex | AD | 86 | 76 | 0 | 17 | 20 | 20 | 11 | 19 | 39 |
| Octal | 255 | 206 | 166 | 0 | 27 | 40 | 40 | 21 | 31 | 71 |
| Binary | 10101101 | 10000110 | 1110110 | 0 | 10111 | 100000 | 100000 | 10001 | 11001 | 111001 |
Color Harmonies of #AD8676
Complementary color
Monochromatic Colors of #AD8676
Black with #AD8676
Text Example
Text Example
White with #AD8676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8676; }
p { color: rgb(173,134,118); }
H1.HeaderClassName
{
color: #AD8676;
}
.AnyTagClassName
{
color: #AD8676;
}
</style>
background-color css
<style>
a { background-color: #AD8676; }
a { background-color: rgb(173,134,118); }
div.DivClassName
{
background-color: #AD8676;
}
.BgClassName
{
background-color: #AD8676;
}
</style>
border-color css
<style>
span { border-color: #AD8676; }
span { border-color: rgb(173,134,118); }
td.TdClassName
{
border-color: #AD8676;
}
.TagClassName
{
border-color: #AD8676;
}
</style>