Shades of Brandy Rose #AD867B
Tints of Brandy Rose #AD867B
RGB
CMYK
RGB Variations
Color information
#AD867B (or 0xAD867B) is known color: Brandy Rose. HEX triplet: AD, 86 and 7B. RGB value is (173,134,123). Sum of RGB (Red+Green+Blue) = 173+134+123=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD867B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD867B is #527984. Grayscale: #909090. Windows color (decimal): -5405061 or 8095405. OLE color: 8095405.
HSL color Cylindrical-coordinate representation of color #AD867B: hue angle of 13.2º 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 #AD867B is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 123 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.32 |
| HSL | 13.2º | 0.23% | 0.58% | - |
| HSV(B) | 13.2º | 0.29% | 0.68% | - |
| XYZ | 29.33 | 27.36 | 22.47 | - |
| YUV | 144.41 | 115.92 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 123 | 0 | 0.23 | 0.29 | 0.32 | 13.2 | 0.23 | 0.58 |
| Hex | AD | 86 | 7B | 0 | 17 | 1D | 20 | D | 17 | 3A |
| Octal | 255 | 206 | 173 | 0 | 27 | 35 | 40 | 15 | 27 | 72 |
| Binary | 10101101 | 10000110 | 1111011 | 0 | 10111 | 11101 | 100000 | 1101 | 10111 | 111010 |
Color Harmonies of #AD867B
Complementary color
Monochromatic Colors of #AD867B
Black with #AD867B
Text Example
Text Example
White with #AD867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD867B; }
p { color: rgb(173,134,123); }
H1.HeaderClassName
{
color: #AD867B;
}
.AnyTagClassName
{
color: #AD867B;
}
</style>
background-color css
<style>
a { background-color: #AD867B; }
a { background-color: rgb(173,134,123); }
div.DivClassName
{
background-color: #AD867B;
}
.BgClassName
{
background-color: #AD867B;
}
</style>
border-color css
<style>
span { border-color: #AD867B; }
span { border-color: rgb(173,134,123); }
td.TdClassName
{
border-color: #AD867B;
}
.TagClassName
{
border-color: #AD867B;
}
</style>