Shades of Brandy Rose #AD7979
Tints of Brandy Rose #AD7979
RGB
CMYK
RGB Variations
Color information
#AD7979 (or 0xAD7979) is known color: Brandy Rose. HEX triplet: AD, 79 and 79. RGB value is (173,121,121). Sum of RGB (Red+Green+Blue) = 173+121+121=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7979 is #528686. Grayscale: #888888. Windows color (decimal): -5408391 or 7961005. OLE color: 7961005.
HSL color Cylindrical-coordinate representation of color #AD7979: hue angle of 0º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD7979 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 121 | 121 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.32 |
| HSL | 0º | 0.24% | 0.58% | - |
| HSV(B) | 0º | 0.3% | 0.68% | - |
| XYZ | 27.52 | 23.94 | 21.26 | - |
| YUV | 136.55 | 119.23 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 121 | 0 | 0.30 | 0.30 | 0.32 | 0 | 0.24 | 0.58 |
| Hex | AD | 79 | 79 | 0 | 1E | 1E | 20 | 0 | 18 | 3A |
| Octal | 255 | 171 | 171 | 0 | 36 | 36 | 40 | 0 | 30 | 72 |
| Binary | 10101101 | 1111001 | 1111001 | 0 | 11110 | 11110 | 100000 | 0 | 11000 | 111010 |
Color Harmonies of #AD7979
Complementary color
Monochromatic Colors of #AD7979
Black with #AD7979
Text Example
Text Example
White with #AD7979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7979; }
p { color: rgb(173,121,121); }
H1.HeaderClassName
{
color: #AD7979;
}
.AnyTagClassName
{
color: #AD7979;
}
</style>
background-color css
<style>
a { background-color: #AD7979; }
a { background-color: rgb(173,121,121); }
div.DivClassName
{
background-color: #AD7979;
}
.BgClassName
{
background-color: #AD7979;
}
</style>
border-color css
<style>
span { border-color: #AD7979; }
span { border-color: rgb(173,121,121); }
td.TdClassName
{
border-color: #AD7979;
}
.TagClassName
{
border-color: #AD7979;
}
</style>