Shades of Brandy Rose #AD877B
Tints of Brandy Rose #AD877B
RGB
CMYK
RGB Variations
Color information
#AD877B (or 0xAD877B) is known color: Brandy Rose. HEX triplet: AD, 87 and 7B. RGB value is (173,135,123). Sum of RGB (Red+Green+Blue) = 173+135+123=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD877B is #527884. Grayscale: #919191. Windows color (decimal): -5404805 or 8095661. OLE color: 8095661.
HSL color Cylindrical-coordinate representation of color #AD877B: hue angle of 14.4º 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 #AD877B is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 135 | 123 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.32 |
| HSL | 14.4º | 0.23% | 0.58% | - |
| HSV(B) | 14.4º | 0.29% | 0.68% | - |
| XYZ | 29.47 | 27.64 | 22.52 | - |
| YUV | 144.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 123 | 0 | 0.22 | 0.29 | 0.32 | 14.4 | 0.23 | 0.58 |
| Hex | AD | 87 | 7B | 0 | 16 | 1D | 20 | E | 17 | 3A |
| Octal | 255 | 207 | 173 | 0 | 26 | 35 | 40 | 16 | 27 | 72 |
| Binary | 10101101 | 10000111 | 1111011 | 0 | 10110 | 11101 | 100000 | 1110 | 10111 | 111010 |
Color Harmonies of #AD877B
Complementary color
Monochromatic Colors of #AD877B
Black with #AD877B
Text Example
Text Example
White with #AD877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD877B; }
p { color: rgb(173,135,123); }
H1.HeaderClassName
{
color: #AD877B;
}
.AnyTagClassName
{
color: #AD877B;
}
</style>
background-color css
<style>
a { background-color: #AD877B; }
a { background-color: rgb(173,135,123); }
div.DivClassName
{
background-color: #AD877B;
}
.BgClassName
{
background-color: #AD877B;
}
</style>
border-color css
<style>
span { border-color: #AD877B; }
span { border-color: rgb(173,135,123); }
td.TdClassName
{
border-color: #AD877B;
}
.TagClassName
{
border-color: #AD877B;
}
</style>