Shades of Brandy Rose #AB887D
Tints of Brandy Rose #AB887D
RGB
CMYK
RGB Variations
Color information
#AB887D (or 0xAB887D) is known color: Brandy Rose. HEX triplet: AB, 88 and 7D. RGB value is (171,136,125). Sum of RGB (Red+Green+Blue) = 171+136+125=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB887D is #547782. Grayscale: #919191. Windows color (decimal): -5535619 or 8226987. OLE color: 8226987.
HSL color Cylindrical-coordinate representation of color #AB887D: hue angle of 14.35º 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 #AB887D is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 125 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.33 |
| HSL | 14.35º | 0.21% | 0.58% | - |
| HSV(B) | 14.35º | 0.27% | 0.67% | - |
| XYZ | 29.3 | 27.75 | 23.21 | - |
| YUV | 145.21 | 116.6 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 125 | 0 | 0.20 | 0.27 | 0.33 | 14.35 | 0.21 | 0.58 |
| Hex | AB | 88 | 7D | 0 | 14 | 1B | 21 | E | 15 | 3A |
| Octal | 253 | 210 | 175 | 0 | 24 | 33 | 41 | 16 | 25 | 72 |
| Binary | 10101011 | 10001000 | 1111101 | 0 | 10100 | 11011 | 100001 | 1110 | 10101 | 111010 |
Color Harmonies of #AB887D
Complementary color
Monochromatic Colors of #AB887D
Black with #AB887D
Text Example
Text Example
White with #AB887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB887D; }
p { color: rgb(171,136,125); }
H1.HeaderClassName
{
color: #AB887D;
}
.AnyTagClassName
{
color: #AB887D;
}
</style>
background-color css
<style>
a { background-color: #AB887D; }
a { background-color: rgb(171,136,125); }
div.DivClassName
{
background-color: #AB887D;
}
.BgClassName
{
background-color: #AB887D;
}
</style>
border-color css
<style>
span { border-color: #AB887D; }
span { border-color: rgb(171,136,125); }
td.TdClassName
{
border-color: #AB887D;
}
.TagClassName
{
border-color: #AB887D;
}
</style>