Shades of Brandy Rose #AB8580
Tints of Brandy Rose #AB8580
RGB
CMYK
RGB Variations
Color information
#AB8580 (or 0xAB8580) is known color: Brandy Rose. HEX triplet: AB, 85 and 80. RGB value is (171,133,128). Sum of RGB (Red+Green+Blue) = 171+133+128=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8580 is #547A7F. Grayscale: #8F8F8F. Windows color (decimal): -5536384 or 8422827. OLE color: 8422827.
HSL color Cylindrical-coordinate representation of color #AB8580: hue angle of 6.98º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB8580 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 128 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.33 |
| HSL | 6.98º | 0.2% | 0.59% | - |
| HSV(B) | 6.98º | 0.25% | 0.67% | - |
| XYZ | 29.08 | 26.99 | 24.1 | - |
| YUV | 143.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 128 | 0 | 0.22 | 0.25 | 0.33 | 6.98 | 0.2 | 0.59 |
| Hex | AB | 85 | 80 | 0 | 16 | 19 | 21 | 7 | 14 | 3B |
| Octal | 253 | 205 | 200 | 0 | 26 | 31 | 41 | 7 | 24 | 73 |
| Binary | 10101011 | 10000101 | 10000000 | 0 | 10110 | 11001 | 100001 | 111 | 10100 | 111011 |
Color Harmonies of #AB8580
Complementary color
Monochromatic Colors of #AB8580
Black with #AB8580
Text Example
Text Example
White with #AB8580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8580; }
p { color: rgb(171,133,128); }
H1.HeaderClassName
{
color: #AB8580;
}
.AnyTagClassName
{
color: #AB8580;
}
</style>
background-color css
<style>
a { background-color: #AB8580; }
a { background-color: rgb(171,133,128); }
div.DivClassName
{
background-color: #AB8580;
}
.BgClassName
{
background-color: #AB8580;
}
</style>
border-color css
<style>
span { border-color: #AB8580; }
span { border-color: rgb(171,133,128); }
td.TdClassName
{
border-color: #AB8580;
}
.TagClassName
{
border-color: #AB8580;
}
</style>