Shades of Brandy Rose #AD807D
Tints of Brandy Rose #AD807D
RGB
CMYK
RGB Variations
Color information
#AD807D (or 0xAD807D) is known color: Brandy Rose. HEX triplet: AD, 80 and 7D. RGB value is (173,128,125). Sum of RGB (Red+Green+Blue) = 173+128+125=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD807D is #527F82. Grayscale: #8D8D8D. Windows color (decimal): -5406595 or 8224941. OLE color: 8224941.
HSL color Cylindrical-coordinate representation of color #AD807D: hue angle of 3.75º 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 #AD807D is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 125 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.32 |
| HSL | 3.75º | 0.23% | 0.58% | - |
| HSV(B) | 3.75º | 0.28% | 0.68% | - |
| XYZ | 28.65 | 25.8 | 22.87 | - |
| YUV | 141.11 | 118.91 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 125 | 0 | 0.26 | 0.28 | 0.32 | 3.75 | 0.23 | 0.58 |
| Hex | AD | 80 | 7D | 0 | 1A | 1C | 20 | 4 | 17 | 3A |
| Octal | 255 | 200 | 175 | 0 | 32 | 34 | 40 | 4 | 27 | 72 |
| Binary | 10101101 | 10000000 | 1111101 | 0 | 11010 | 11100 | 100000 | 100 | 10111 | 111010 |
Color Harmonies of #AD807D
Complementary color
Monochromatic Colors of #AD807D
Black with #AD807D
Text Example
Text Example
White with #AD807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD807D; }
p { color: rgb(173,128,125); }
H1.HeaderClassName
{
color: #AD807D;
}
.AnyTagClassName
{
color: #AD807D;
}
</style>
background-color css
<style>
a { background-color: #AD807D; }
a { background-color: rgb(173,128,125); }
div.DivClassName
{
background-color: #AD807D;
}
.BgClassName
{
background-color: #AD807D;
}
</style>
border-color css
<style>
span { border-color: #AD807D; }
span { border-color: rgb(173,128,125); }
td.TdClassName
{
border-color: #AD807D;
}
.TagClassName
{
border-color: #AD807D;
}
</style>