Shades of Brandy Rose #AD807C
Tints of Brandy Rose #AD807C
RGB
CMYK
RGB Variations
Color information
#AD807C (or 0xAD807C) is known color: Brandy Rose. HEX triplet: AD, 80 and 7C. RGB value is (173,128,124). Sum of RGB (Red+Green+Blue) = 173+128+124=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD807C is #527F83. Grayscale: #8D8D8D. Windows color (decimal): -5406596 or 8159405. OLE color: 8159405.
HSL color Cylindrical-coordinate representation of color #AD807C: hue angle of 4.9º 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 #AD807C is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 124 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.32 |
| HSL | 4.9º | 0.23% | 0.58% | - |
| HSV(B) | 4.9º | 0.28% | 0.68% | - |
| XYZ | 28.59 | 25.78 | 22.54 | - |
| YUV | 141 | 118.41 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 124 | 0 | 0.26 | 0.28 | 0.32 | 4.9 | 0.23 | 0.58 |
| Hex | AD | 80 | 7C | 0 | 1A | 1C | 20 | 5 | 17 | 3A |
| Octal | 255 | 200 | 174 | 0 | 32 | 34 | 40 | 5 | 27 | 72 |
| Binary | 10101101 | 10000000 | 1111100 | 0 | 11010 | 11100 | 100000 | 101 | 10111 | 111010 |
Color Harmonies of #AD807C
Complementary color
Monochromatic Colors of #AD807C
Black with #AD807C
Text Example
Text Example
White with #AD807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD807C; }
p { color: rgb(173,128,124); }
H1.HeaderClassName
{
color: #AD807C;
}
.AnyTagClassName
{
color: #AD807C;
}
</style>
background-color css
<style>
a { background-color: #AD807C; }
a { background-color: rgb(173,128,124); }
div.DivClassName
{
background-color: #AD807C;
}
.BgClassName
{
background-color: #AD807C;
}
</style>
border-color css
<style>
span { border-color: #AD807C; }
span { border-color: rgb(173,128,124); }
td.TdClassName
{
border-color: #AD807C;
}
.TagClassName
{
border-color: #AD807C;
}
</style>