Shades of Brandy Rose #AB8880
Tints of Brandy Rose #AB8880
RGB
CMYK
RGB Variations
Color information
#AB8880 (or 0xAB8880) is known color: Brandy Rose. HEX triplet: AB, 88 and 80. RGB value is (171,136,128). Sum of RGB (Red+Green+Blue) = 171+136+128=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8880 is #54777F. Grayscale: #919191. Windows color (decimal): -5535616 or 8423595. OLE color: 8423595.
HSL color Cylindrical-coordinate representation of color #AB8880: hue angle of 11.16º 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 #AB8880 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 128 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.33 |
| HSL | 11.16º | 0.2% | 0.59% | - |
| HSV(B) | 11.16º | 0.25% | 0.67% | - |
| XYZ | 29.5 | 27.82 | 24.24 | - |
| YUV | 145.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 128 | 0 | 0.20 | 0.25 | 0.33 | 11.16 | 0.2 | 0.59 |
| Hex | AB | 88 | 80 | 0 | 14 | 19 | 21 | B | 14 | 3B |
| Octal | 253 | 210 | 200 | 0 | 24 | 31 | 41 | 13 | 24 | 73 |
| Binary | 10101011 | 10001000 | 10000000 | 0 | 10100 | 11001 | 100001 | 1011 | 10100 | 111011 |
Color Harmonies of #AB8880
Complementary color
Monochromatic Colors of #AB8880
Black with #AB8880
Text Example
Text Example
White with #AB8880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8880; }
p { color: rgb(171,136,128); }
H1.HeaderClassName
{
color: #AB8880;
}
.AnyTagClassName
{
color: #AB8880;
}
</style>
background-color css
<style>
a { background-color: #AB8880; }
a { background-color: rgb(171,136,128); }
div.DivClassName
{
background-color: #AB8880;
}
.BgClassName
{
background-color: #AB8880;
}
</style>
border-color css
<style>
span { border-color: #AB8880; }
span { border-color: rgb(171,136,128); }
td.TdClassName
{
border-color: #AB8880;
}
.TagClassName
{
border-color: #AB8880;
}
</style>