Shades of Brandy Rose #AB847A
Tints of Brandy Rose #AB847A
RGB
CMYK
RGB Variations
Color information
#AB847A (or 0xAB847A) is known color: Brandy Rose. HEX triplet: AB, 84 and 7A. RGB value is (171,132,122). Sum of RGB (Red+Green+Blue) = 171+132+122=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB847A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB847A is #547B85. Grayscale: #8E8E8E. Windows color (decimal): -5536646 or 8029355. OLE color: 8029355.
HSL color Cylindrical-coordinate representation of color #AB847A: hue angle of 12.24º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB847A is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 122 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.33 |
| HSL | 12.24º | 0.23% | 0.57% | - |
| HSV(B) | 12.24º | 0.29% | 0.67% | - |
| XYZ | 28.56 | 26.57 | 22.03 | - |
| YUV | 142.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 122 | 0 | 0.23 | 0.29 | 0.33 | 12.24 | 0.23 | 0.57 |
| Hex | AB | 84 | 7A | 0 | 17 | 1D | 21 | C | 17 | 39 |
| Octal | 253 | 204 | 172 | 0 | 27 | 35 | 41 | 14 | 27 | 71 |
| Binary | 10101011 | 10000100 | 1111010 | 0 | 10111 | 11101 | 100001 | 1100 | 10111 | 111001 |
Color Harmonies of #AB847A
Complementary color
Monochromatic Colors of #AB847A
Black with #AB847A
Text Example
Text Example
White with #AB847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB847A; }
p { color: rgb(171,132,122); }
H1.HeaderClassName
{
color: #AB847A;
}
.AnyTagClassName
{
color: #AB847A;
}
</style>
background-color css
<style>
a { background-color: #AB847A; }
a { background-color: rgb(171,132,122); }
div.DivClassName
{
background-color: #AB847A;
}
.BgClassName
{
background-color: #AB847A;
}
</style>
border-color css
<style>
span { border-color: #AB847A; }
span { border-color: rgb(171,132,122); }
td.TdClassName
{
border-color: #AB847A;
}
.TagClassName
{
border-color: #AB847A;
}
</style>