Shades of Brandy Rose #AD7D78
Tints of Brandy Rose #AD7D78
RGB
CMYK
RGB Variations
Color information
#AD7D78 (or 0xAD7D78) is known color: Brandy Rose. HEX triplet: AD, 7D and 78. RGB value is (173,125,120). Sum of RGB (Red+Green+Blue) = 173+125+120=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7D78 is #528287. Grayscale: #8A8A8A. Windows color (decimal): -5407368 or 7896493. OLE color: 7896493.
HSL color Cylindrical-coordinate representation of color #AD7D78: hue angle of 5.66º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD7D78 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 125 | 120 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.32 |
| HSL | 5.66º | 0.24% | 0.57% | - |
| HSV(B) | 5.66º | 0.31% | 0.68% | - |
| XYZ | 27.96 | 24.91 | 21.1 | - |
| YUV | 138.78 | 117.4 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 120 | 0 | 0.28 | 0.31 | 0.32 | 5.66 | 0.24 | 0.57 |
| Hex | AD | 7D | 78 | 0 | 1C | 1F | 20 | 6 | 18 | 39 |
| Octal | 255 | 175 | 170 | 0 | 34 | 37 | 40 | 6 | 30 | 71 |
| Binary | 10101101 | 1111101 | 1111000 | 0 | 11100 | 11111 | 100000 | 110 | 11000 | 111001 |
Color Harmonies of #AD7D78
Complementary color
Monochromatic Colors of #AD7D78
Black with #AD7D78
Text Example
Text Example
White with #AD7D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7D78; }
p { color: rgb(173,125,120); }
H1.HeaderClassName
{
color: #AD7D78;
}
.AnyTagClassName
{
color: #AD7D78;
}
</style>
background-color css
<style>
a { background-color: #AD7D78; }
a { background-color: rgb(173,125,120); }
div.DivClassName
{
background-color: #AD7D78;
}
.BgClassName
{
background-color: #AD7D78;
}
</style>
border-color css
<style>
span { border-color: #AD7D78; }
span { border-color: rgb(173,125,120); }
td.TdClassName
{
border-color: #AD7D78;
}
.TagClassName
{
border-color: #AD7D78;
}
</style>