Shades of Brandy Rose #AB847D
Tints of Brandy Rose #AB847D
RGB
CMYK
RGB Variations
Color information
#AB847D (or 0xAB847D) is known color: Brandy Rose. HEX triplet: AB, 84 and 7D. RGB value is (171,132,125). Sum of RGB (Red+Green+Blue) = 171+132+125=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB847D is #547B82. Grayscale: #8E8E8E. Windows color (decimal): -5536643 or 8225963. OLE color: 8225963.
HSL color Cylindrical-coordinate representation of color #AB847D: hue angle of 9.13º degrees, saturation: 0.21, 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 #AB847D is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 125 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.33 |
| HSL | 9.13º | 0.21% | 0.58% | - |
| HSV(B) | 9.13º | 0.27% | 0.67% | - |
| XYZ | 28.75 | 26.64 | 23.03 | - |
| YUV | 142.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 125 | 0 | 0.23 | 0.27 | 0.33 | 9.13 | 0.21 | 0.58 |
| Hex | AB | 84 | 7D | 0 | 17 | 1B | 21 | 9 | 15 | 3A |
| Octal | 253 | 204 | 175 | 0 | 27 | 33 | 41 | 11 | 25 | 72 |
| Binary | 10101011 | 10000100 | 1111101 | 0 | 10111 | 11011 | 100001 | 1001 | 10101 | 111010 |
Color Harmonies of #AB847D
Complementary color
Monochromatic Colors of #AB847D
Black with #AB847D
Text Example
Text Example
White with #AB847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB847D; }
p { color: rgb(171,132,125); }
H1.HeaderClassName
{
color: #AB847D;
}
.AnyTagClassName
{
color: #AB847D;
}
</style>
background-color css
<style>
a { background-color: #AB847D; }
a { background-color: rgb(171,132,125); }
div.DivClassName
{
background-color: #AB847D;
}
.BgClassName
{
background-color: #AB847D;
}
</style>
border-color css
<style>
span { border-color: #AB847D; }
span { border-color: rgb(171,132,125); }
td.TdClassName
{
border-color: #AB847D;
}
.TagClassName
{
border-color: #AB847D;
}
</style>