Shades of Brandy Rose #AB847B
Tints of Brandy Rose #AB847B
RGB
CMYK
RGB Variations
Color information
#AB847B (or 0xAB847B) is known color: Brandy Rose. HEX triplet: AB, 84 and 7B. RGB value is (171,132,123). Sum of RGB (Red+Green+Blue) = 171+132+123=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB847B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB847B is #547B84. Grayscale: #8E8E8E. Windows color (decimal): -5536645 or 8094891. OLE color: 8094891.
HSL color Cylindrical-coordinate representation of color #AB847B: hue angle of 11.25º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB847B is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 123 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.33 |
| HSL | 11.25º | 0.22% | 0.58% | - |
| HSV(B) | 11.25º | 0.28% | 0.67% | - |
| XYZ | 28.62 | 26.59 | 22.36 | - |
| YUV | 142.64 | 116.92 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 123 | 0 | 0.23 | 0.28 | 0.33 | 11.25 | 0.22 | 0.58 |
| Hex | AB | 84 | 7B | 0 | 17 | 1C | 21 | B | 16 | 3A |
| Octal | 253 | 204 | 173 | 0 | 27 | 34 | 41 | 13 | 26 | 72 |
| Binary | 10101011 | 10000100 | 1111011 | 0 | 10111 | 11100 | 100001 | 1011 | 10110 | 111010 |
Color Harmonies of #AB847B
Complementary color
Monochromatic Colors of #AB847B
Black with #AB847B
Text Example
Text Example
White with #AB847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB847B; }
p { color: rgb(171,132,123); }
H1.HeaderClassName
{
color: #AB847B;
}
.AnyTagClassName
{
color: #AB847B;
}
</style>
background-color css
<style>
a { background-color: #AB847B; }
a { background-color: rgb(171,132,123); }
div.DivClassName
{
background-color: #AB847B;
}
.BgClassName
{
background-color: #AB847B;
}
</style>
border-color css
<style>
span { border-color: #AB847B; }
span { border-color: rgb(171,132,123); }
td.TdClassName
{
border-color: #AB847B;
}
.TagClassName
{
border-color: #AB847B;
}
</style>