Shades of Brandy Rose #AD807B
Tints of Brandy Rose #AD807B
RGB
CMYK
RGB Variations
Color information
#AD807B (or 0xAD807B) is known color: Brandy Rose. HEX triplet: AD, 80 and 7B. RGB value is (173,128,123). Sum of RGB (Red+Green+Blue) = 173+128+123=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD807B is #527F84. Grayscale: #8C8C8C. Windows color (decimal): -5406597 or 8093869. OLE color: 8093869.
HSL color Cylindrical-coordinate representation of color #AD807B: hue angle of 6º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD807B is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 123 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.32 |
| HSL | 6º | 0.23% | 0.58% | - |
| HSV(B) | 6º | 0.29% | 0.68% | - |
| XYZ | 28.53 | 25.75 | 22.21 | - |
| YUV | 140.89 | 117.91 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 123 | 0 | 0.26 | 0.29 | 0.32 | 6 | 0.23 | 0.58 |
| Hex | AD | 80 | 7B | 0 | 1A | 1D | 20 | 6 | 17 | 3A |
| Octal | 255 | 200 | 173 | 0 | 32 | 35 | 40 | 6 | 27 | 72 |
| Binary | 10101101 | 10000000 | 1111011 | 0 | 11010 | 11101 | 100000 | 110 | 10111 | 111010 |
Color Harmonies of #AD807B
Complementary color
Monochromatic Colors of #AD807B
Black with #AD807B
Text Example
Text Example
White with #AD807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD807B; }
p { color: rgb(173,128,123); }
H1.HeaderClassName
{
color: #AD807B;
}
.AnyTagClassName
{
color: #AD807B;
}
</style>
background-color css
<style>
a { background-color: #AD807B; }
a { background-color: rgb(173,128,123); }
div.DivClassName
{
background-color: #AD807B;
}
.BgClassName
{
background-color: #AD807B;
}
</style>
border-color css
<style>
span { border-color: #AD807B; }
span { border-color: rgb(173,128,123); }
td.TdClassName
{
border-color: #AD807B;
}
.TagClassName
{
border-color: #AD807B;
}
</style>