Shades of Brandy Rose #AD847B
Tints of Brandy Rose #AD847B
RGB
CMYK
RGB Variations
Color information
#AD847B (or 0xAD847B) is known color: Brandy Rose. HEX triplet: AD, 84 and 7B. RGB value is (173,132,123). Sum of RGB (Red+Green+Blue) = 173+132+123=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD847B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD847B is #527B84. Grayscale: #8F8F8F. Windows color (decimal): -5405573 or 8094893. OLE color: 8094893.
HSL color Cylindrical-coordinate representation of color #AD847B: hue angle of 10.8º 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 #AD847B is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 123 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.32 |
| HSL | 10.8º | 0.23% | 0.58% | - |
| HSV(B) | 10.8º | 0.29% | 0.68% | - |
| XYZ | 29.06 | 26.82 | 22.38 | - |
| YUV | 143.23 | 116.58 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 123 | 0 | 0.24 | 0.29 | 0.32 | 10.8 | 0.23 | 0.58 |
| Hex | AD | 84 | 7B | 0 | 18 | 1D | 20 | B | 17 | 3A |
| Octal | 255 | 204 | 173 | 0 | 30 | 35 | 40 | 13 | 27 | 72 |
| Binary | 10101101 | 10000100 | 1111011 | 0 | 11000 | 11101 | 100000 | 1011 | 10111 | 111010 |
Color Harmonies of #AD847B
Complementary color
Monochromatic Colors of #AD847B
Black with #AD847B
Text Example
Text Example
White with #AD847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD847B; }
p { color: rgb(173,132,123); }
H1.HeaderClassName
{
color: #AD847B;
}
.AnyTagClassName
{
color: #AD847B;
}
</style>
background-color css
<style>
a { background-color: #AD847B; }
a { background-color: rgb(173,132,123); }
div.DivClassName
{
background-color: #AD847B;
}
.BgClassName
{
background-color: #AD847B;
}
</style>
border-color css
<style>
span { border-color: #AD847B; }
span { border-color: rgb(173,132,123); }
td.TdClassName
{
border-color: #AD847B;
}
.TagClassName
{
border-color: #AD847B;
}
</style>