Shades of Brandy Rose #AD857B
Tints of Brandy Rose #AD857B
RGB
CMYK
RGB Variations
Color information
#AD857B (or 0xAD857B) is known color: Brandy Rose. HEX triplet: AD, 85 and 7B. RGB value is (173,133,123). Sum of RGB (Red+Green+Blue) = 173+133+123=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD857B is #527A84. Grayscale: #8F8F8F. Windows color (decimal): -5405317 or 8095149. OLE color: 8095149.
HSL color Cylindrical-coordinate representation of color #AD857B: hue angle of 12º 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 #AD857B is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 123 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.32 |
| HSL | 12º | 0.23% | 0.58% | - |
| HSV(B) | 12º | 0.29% | 0.68% | - |
| XYZ | 29.2 | 27.09 | 22.43 | - |
| YUV | 143.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 123 | 0 | 0.23 | 0.29 | 0.32 | 12 | 0.23 | 0.58 |
| Hex | AD | 85 | 7B | 0 | 17 | 1D | 20 | C | 17 | 3A |
| Octal | 255 | 205 | 173 | 0 | 27 | 35 | 40 | 14 | 27 | 72 |
| Binary | 10101101 | 10000101 | 1111011 | 0 | 10111 | 11101 | 100000 | 1100 | 10111 | 111010 |
Color Harmonies of #AD857B
Complementary color
Monochromatic Colors of #AD857B
Black with #AD857B
Text Example
Text Example
White with #AD857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD857B; }
p { color: rgb(173,133,123); }
H1.HeaderClassName
{
color: #AD857B;
}
.AnyTagClassName
{
color: #AD857B;
}
</style>
background-color css
<style>
a { background-color: #AD857B; }
a { background-color: rgb(173,133,123); }
div.DivClassName
{
background-color: #AD857B;
}
.BgClassName
{
background-color: #AD857B;
}
</style>
border-color css
<style>
span { border-color: #AD857B; }
span { border-color: rgb(173,133,123); }
td.TdClassName
{
border-color: #AD857B;
}
.TagClassName
{
border-color: #AD857B;
}
</style>