Shades of Brandy Rose #AB8579
Tints of Brandy Rose #AB8579
RGB
CMYK
RGB Variations
Color information
#AB8579 (or 0xAB8579) is known color: Brandy Rose. HEX triplet: AB, 85 and 79. RGB value is (171,133,121). Sum of RGB (Red+Green+Blue) = 171+133+121=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8579 is #547A86. Grayscale: #8F8F8F. Windows color (decimal): -5536391 or 7964075. OLE color: 7964075.
HSL color Cylindrical-coordinate representation of color #AB8579: hue angle of 14.4º 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 #AB8579 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 121 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.33 |
| HSL | 14.4º | 0.23% | 0.57% | - |
| HSV(B) | 14.4º | 0.29% | 0.67% | - |
| XYZ | 28.63 | 26.81 | 21.76 | - |
| YUV | 142.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 121 | 0 | 0.22 | 0.29 | 0.33 | 14.4 | 0.23 | 0.57 |
| Hex | AB | 85 | 79 | 0 | 16 | 1D | 21 | E | 17 | 39 |
| Octal | 253 | 205 | 171 | 0 | 26 | 35 | 41 | 16 | 27 | 71 |
| Binary | 10101011 | 10000101 | 1111001 | 0 | 10110 | 11101 | 100001 | 1110 | 10111 | 111001 |
Color Harmonies of #AB8579
Complementary color
Monochromatic Colors of #AB8579
Black with #AB8579
Text Example
Text Example
White with #AB8579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8579; }
p { color: rgb(171,133,121); }
H1.HeaderClassName
{
color: #AB8579;
}
.AnyTagClassName
{
color: #AB8579;
}
</style>
background-color css
<style>
a { background-color: #AB8579; }
a { background-color: rgb(171,133,121); }
div.DivClassName
{
background-color: #AB8579;
}
.BgClassName
{
background-color: #AB8579;
}
</style>
border-color css
<style>
span { border-color: #AB8579; }
span { border-color: rgb(171,133,121); }
td.TdClassName
{
border-color: #AB8579;
}
.TagClassName
{
border-color: #AB8579;
}
</style>