Shades of Brandy Rose #AB8878
Tints of Brandy Rose #AB8878
RGB
CMYK
RGB Variations
Color information
#AB8878 (or 0xAB8878) is known color: Brandy Rose. HEX triplet: AB, 88 and 78. RGB value is (171,136,120). Sum of RGB (Red+Green+Blue) = 171+136+120=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8878 is #547787. Grayscale: #909090. Windows color (decimal): -5535624 or 7899307. OLE color: 7899307.
HSL color Cylindrical-coordinate representation of color #AB8878: hue angle of 18.82º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB8878 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 120 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.33 |
| HSL | 18.82º | 0.23% | 0.57% | - |
| HSV(B) | 18.82º | 0.3% | 0.67% | - |
| XYZ | 28.99 | 27.62 | 21.57 | - |
| YUV | 144.64 | 114.1 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 120 | 0 | 0.20 | 0.30 | 0.33 | 18.82 | 0.23 | 0.57 |
| Hex | AB | 88 | 78 | 0 | 14 | 1E | 21 | 13 | 17 | 39 |
| Octal | 253 | 210 | 170 | 0 | 24 | 36 | 41 | 23 | 27 | 71 |
| Binary | 10101011 | 10001000 | 1111000 | 0 | 10100 | 11110 | 100001 | 10011 | 10111 | 111001 |
Color Harmonies of #AB8878
Complementary color
Monochromatic Colors of #AB8878
Black with #AB8878
Text Example
Text Example
White with #AB8878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8878; }
p { color: rgb(171,136,120); }
H1.HeaderClassName
{
color: #AB8878;
}
.AnyTagClassName
{
color: #AB8878;
}
</style>
background-color css
<style>
a { background-color: #AB8878; }
a { background-color: rgb(171,136,120); }
div.DivClassName
{
background-color: #AB8878;
}
.BgClassName
{
background-color: #AB8878;
}
</style>
border-color css
<style>
span { border-color: #AB8878; }
span { border-color: rgb(171,136,120); }
td.TdClassName
{
border-color: #AB8878;
}
.TagClassName
{
border-color: #AB8878;
}
</style>