Shades of Brandy Rose #AD7D75
Tints of Brandy Rose #AD7D75
RGB
CMYK
RGB Variations
Color information
#AD7D75 (or 0xAD7D75) is known color: Brandy Rose. HEX triplet: AD, 7D and 75. RGB value is (173,125,117). Sum of RGB (Red+Green+Blue) = 173+125+117=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7D75 is #52828A. Grayscale: #8A8A8A. Windows color (decimal): -5407371 or 7699885. OLE color: 7699885.
HSL color Cylindrical-coordinate representation of color #AD7D75: hue angle of 8.57º 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 #AD7D75 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 125 | 117 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.32 |
| HSL | 8.57º | 0.25% | 0.57% | - |
| HSV(B) | 8.57º | 0.32% | 0.68% | - |
| XYZ | 27.78 | 24.84 | 20.16 | - |
| YUV | 138.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 117 | 0 | 0.28 | 0.32 | 0.32 | 8.57 | 0.25 | 0.57 |
| Hex | AD | 7D | 75 | 0 | 1C | 20 | 20 | 9 | 19 | 39 |
| Octal | 255 | 175 | 165 | 0 | 34 | 40 | 40 | 11 | 31 | 71 |
| Binary | 10101101 | 1111101 | 1110101 | 0 | 11100 | 100000 | 100000 | 1001 | 11001 | 111001 |
Color Harmonies of #AD7D75
Complementary color
Monochromatic Colors of #AD7D75
Black with #AD7D75
Text Example
Text Example
White with #AD7D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7D75; }
p { color: rgb(173,125,117); }
H1.HeaderClassName
{
color: #AD7D75;
}
.AnyTagClassName
{
color: #AD7D75;
}
</style>
background-color css
<style>
a { background-color: #AD7D75; }
a { background-color: rgb(173,125,117); }
div.DivClassName
{
background-color: #AD7D75;
}
.BgClassName
{
background-color: #AD7D75;
}
</style>
border-color css
<style>
span { border-color: #AD7D75; }
span { border-color: rgb(173,125,117); }
td.TdClassName
{
border-color: #AD7D75;
}
.TagClassName
{
border-color: #AD7D75;
}
</style>