Shades of Brandy Rose #AB847E
Tints of Brandy Rose #AB847E
RGB
CMYK
RGB Variations
Color information
#AB847E (or 0xAB847E) is known color: Brandy Rose. HEX triplet: AB, 84 and 7E. RGB value is (171,132,126). Sum of RGB (Red+Green+Blue) = 171+132+126=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB847E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB847E is #547B81. Grayscale: #8F8F8F. Windows color (decimal): -5536642 or 8291499. OLE color: 8291499.
HSL color Cylindrical-coordinate representation of color #AB847E: hue angle of 8º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB847E is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 126 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.33 |
| HSL | 8º | 0.21% | 0.58% | - |
| HSV(B) | 8º | 0.26% | 0.67% | - |
| XYZ | 28.81 | 26.67 | 23.37 | - |
| YUV | 142.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 126 | 0 | 0.23 | 0.26 | 0.33 | 8 | 0.21 | 0.58 |
| Hex | AB | 84 | 7E | 0 | 17 | 1A | 21 | 8 | 15 | 3A |
| Octal | 253 | 204 | 176 | 0 | 27 | 32 | 41 | 10 | 25 | 72 |
| Binary | 10101011 | 10000100 | 1111110 | 0 | 10111 | 11010 | 100001 | 1000 | 10101 | 111010 |
Color Harmonies of #AB847E
Complementary color
Monochromatic Colors of #AB847E
Black with #AB847E
Text Example
Text Example
White with #AB847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB847E; }
p { color: rgb(171,132,126); }
H1.HeaderClassName
{
color: #AB847E;
}
.AnyTagClassName
{
color: #AB847E;
}
</style>
background-color css
<style>
a { background-color: #AB847E; }
a { background-color: rgb(171,132,126); }
div.DivClassName
{
background-color: #AB847E;
}
.BgClassName
{
background-color: #AB847E;
}
</style>
border-color css
<style>
span { border-color: #AB847E; }
span { border-color: rgb(171,132,126); }
td.TdClassName
{
border-color: #AB847E;
}
.TagClassName
{
border-color: #AB847E;
}
</style>