Shades of Brandy Rose #AD817D
Tints of Brandy Rose #AD817D
RGB
CMYK
RGB Variations
Color information
#AD817D (or 0xAD817D) is known color: Brandy Rose. HEX triplet: AD, 81 and 7D. RGB value is (173,129,125). Sum of RGB (Red+Green+Blue) = 173+129+125=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD817D is #527E82. Grayscale: #8D8D8D. Windows color (decimal): -5406339 or 8225197. OLE color: 8225197.
HSL color Cylindrical-coordinate representation of color #AD817D: hue angle of 5º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD817D is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 125 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.32 |
| HSL | 5º | 0.23% | 0.58% | - |
| HSV(B) | 5º | 0.28% | 0.68% | - |
| XYZ | 28.79 | 26.07 | 22.92 | - |
| YUV | 141.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 125 | 0 | 0.25 | 0.28 | 0.32 | 5 | 0.23 | 0.58 |
| Hex | AD | 81 | 7D | 0 | 19 | 1C | 20 | 5 | 17 | 3A |
| Octal | 255 | 201 | 175 | 0 | 31 | 34 | 40 | 5 | 27 | 72 |
| Binary | 10101101 | 10000001 | 1111101 | 0 | 11001 | 11100 | 100000 | 101 | 10111 | 111010 |
Color Harmonies of #AD817D
Complementary color
Monochromatic Colors of #AD817D
Black with #AD817D
Text Example
Text Example
White with #AD817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD817D; }
p { color: rgb(173,129,125); }
H1.HeaderClassName
{
color: #AD817D;
}
.AnyTagClassName
{
color: #AD817D;
}
</style>
background-color css
<style>
a { background-color: #AD817D; }
a { background-color: rgb(173,129,125); }
div.DivClassName
{
background-color: #AD817D;
}
.BgClassName
{
background-color: #AD817D;
}
</style>
border-color css
<style>
span { border-color: #AD817D; }
span { border-color: rgb(173,129,125); }
td.TdClassName
{
border-color: #AD817D;
}
.TagClassName
{
border-color: #AD817D;
}
</style>