Shades of Brandy Rose #AB867C
Tints of Brandy Rose #AB867C
RGB
CMYK
RGB Variations
Color information
#AB867C (or 0xAB867C) is known color: Brandy Rose. HEX triplet: AB, 86 and 7C. RGB value is (171,134,124). Sum of RGB (Red+Green+Blue) = 171+134+124=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB867C is #547983. Grayscale: #909090. Windows color (decimal): -5536132 or 8160939. OLE color: 8160939.
HSL color Cylindrical-coordinate representation of color #AB867C: hue angle of 12.77º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB867C is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 134 | 124 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.33 |
| HSL | 12.77º | 0.22% | 0.58% | - |
| HSV(B) | 12.77º | 0.27% | 0.67% | - |
| XYZ | 28.96 | 27.16 | 22.79 | - |
| YUV | 143.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 134 | 124 | 0 | 0.22 | 0.27 | 0.33 | 12.77 | 0.22 | 0.58 |
| Hex | AB | 86 | 7C | 0 | 16 | 1B | 21 | D | 16 | 3A |
| Octal | 253 | 206 | 174 | 0 | 26 | 33 | 41 | 15 | 26 | 72 |
| Binary | 10101011 | 10000110 | 1111100 | 0 | 10110 | 11011 | 100001 | 1101 | 10110 | 111010 |
Color Harmonies of #AB867C
Complementary color
Monochromatic Colors of #AB867C
Black with #AB867C
Text Example
Text Example
White with #AB867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB867C; }
p { color: rgb(171,134,124); }
H1.HeaderClassName
{
color: #AB867C;
}
.AnyTagClassName
{
color: #AB867C;
}
</style>
background-color css
<style>
a { background-color: #AB867C; }
a { background-color: rgb(171,134,124); }
div.DivClassName
{
background-color: #AB867C;
}
.BgClassName
{
background-color: #AB867C;
}
</style>
border-color css
<style>
span { border-color: #AB867C; }
span { border-color: rgb(171,134,124); }
td.TdClassName
{
border-color: #AB867C;
}
.TagClassName
{
border-color: #AB867C;
}
</style>