Shades of Brandy Rose #AB877D
Tints of Brandy Rose #AB877D
RGB
CMYK
RGB Variations
Color information
#AB877D (or 0xAB877D) is known color: Brandy Rose. HEX triplet: AB, 87 and 7D. RGB value is (171,135,125). Sum of RGB (Red+Green+Blue) = 171+135+125=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB877D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB877D is #547882. Grayscale: #909090. Windows color (decimal): -5535875 or 8226731. OLE color: 8226731.
HSL color Cylindrical-coordinate representation of color #AB877D: hue angle of 13.04º 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 #AB877D is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 135 | 125 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.33 |
| HSL | 13.04º | 0.21% | 0.58% | - |
| HSV(B) | 13.04º | 0.27% | 0.67% | - |
| XYZ | 29.16 | 27.47 | 23.17 | - |
| YUV | 144.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 135 | 125 | 0 | 0.21 | 0.27 | 0.33 | 13.04 | 0.21 | 0.58 |
| Hex | AB | 87 | 7D | 0 | 15 | 1B | 21 | D | 15 | 3A |
| Octal | 253 | 207 | 175 | 0 | 25 | 33 | 41 | 15 | 25 | 72 |
| Binary | 10101011 | 10000111 | 1111101 | 0 | 10101 | 11011 | 100001 | 1101 | 10101 | 111010 |
Color Harmonies of #AB877D
Complementary color
Monochromatic Colors of #AB877D
Black with #AB877D
Text Example
Text Example
White with #AB877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB877D; }
p { color: rgb(171,135,125); }
H1.HeaderClassName
{
color: #AB877D;
}
.AnyTagClassName
{
color: #AB877D;
}
</style>
background-color css
<style>
a { background-color: #AB877D; }
a { background-color: rgb(171,135,125); }
div.DivClassName
{
background-color: #AB877D;
}
.BgClassName
{
background-color: #AB877D;
}
</style>
border-color css
<style>
span { border-color: #AB877D; }
span { border-color: rgb(171,135,125); }
td.TdClassName
{
border-color: #AB877D;
}
.TagClassName
{
border-color: #AB877D;
}
</style>