Shades of Brandy Rose #AD8176
Tints of Brandy Rose #AD8176
RGB
CMYK
RGB Variations
Color information
#AD8176 (or 0xAD8176) is known color: Brandy Rose. HEX triplet: AD, 81 and 76. RGB value is (173,129,118). Sum of RGB (Red+Green+Blue) = 173+129+118=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8176 is #527E89. Grayscale: #8C8C8C. Windows color (decimal): -5406346 or 7766445. OLE color: 7766445.
HSL color Cylindrical-coordinate representation of color #AD8176: hue angle of 12º 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 #AD8176 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 118 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.32 |
| HSL | 12º | 0.25% | 0.57% | - |
| HSV(B) | 12º | 0.32% | 0.68% | - |
| XYZ | 28.35 | 25.89 | 20.64 | - |
| YUV | 140.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 118 | 0 | 0.25 | 0.32 | 0.32 | 12 | 0.25 | 0.57 |
| Hex | AD | 81 | 76 | 0 | 19 | 20 | 20 | C | 19 | 39 |
| Octal | 255 | 201 | 166 | 0 | 31 | 40 | 40 | 14 | 31 | 71 |
| Binary | 10101101 | 10000001 | 1110110 | 0 | 11001 | 100000 | 100000 | 1100 | 11001 | 111001 |
Color Harmonies of #AD8176
Complementary color
Monochromatic Colors of #AD8176
Black with #AD8176
Text Example
Text Example
White with #AD8176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8176; }
p { color: rgb(173,129,118); }
H1.HeaderClassName
{
color: #AD8176;
}
.AnyTagClassName
{
color: #AD8176;
}
</style>
background-color css
<style>
a { background-color: #AD8176; }
a { background-color: rgb(173,129,118); }
div.DivClassName
{
background-color: #AD8176;
}
.BgClassName
{
background-color: #AD8176;
}
</style>
border-color css
<style>
span { border-color: #AD8176; }
span { border-color: rgb(173,129,118); }
td.TdClassName
{
border-color: #AD8176;
}
.TagClassName
{
border-color: #AD8176;
}
</style>