Shades of Brandy Rose #AB897B
Tints of Brandy Rose #AB897B
RGB
CMYK
RGB Variations
Color information
#AB897B (or 0xAB897B) is known color: Brandy Rose. HEX triplet: AB, 89 and 7B. RGB value is (171,137,123). Sum of RGB (Red+Green+Blue) = 171+137+123=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB897B is #547684. Grayscale: #919191. Windows color (decimal): -5535365 or 8096171. OLE color: 8096171.
HSL color Cylindrical-coordinate representation of color #AB897B: hue angle of 17.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB897B is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 123 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.33 |
| HSL | 17.5º | 0.22% | 0.58% | - |
| HSV(B) | 17.5º | 0.28% | 0.67% | - |
| XYZ | 29.32 | 27.98 | 22.59 | - |
| YUV | 145.57 | 115.26 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 123 | 0 | 0.20 | 0.28 | 0.33 | 17.5 | 0.22 | 0.58 |
| Hex | AB | 89 | 7B | 0 | 14 | 1C | 21 | 12 | 16 | 3A |
| Octal | 253 | 211 | 173 | 0 | 24 | 34 | 41 | 22 | 26 | 72 |
| Binary | 10101011 | 10001001 | 1111011 | 0 | 10100 | 11100 | 100001 | 10010 | 10110 | 111010 |
Color Harmonies of #AB897B
Complementary color
Monochromatic Colors of #AB897B
Black with #AB897B
Text Example
Text Example
White with #AB897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB897B; }
p { color: rgb(171,137,123); }
H1.HeaderClassName
{
color: #AB897B;
}
.AnyTagClassName
{
color: #AB897B;
}
</style>
background-color css
<style>
a { background-color: #AB897B; }
a { background-color: rgb(171,137,123); }
div.DivClassName
{
background-color: #AB897B;
}
.BgClassName
{
background-color: #AB897B;
}
</style>
border-color css
<style>
span { border-color: #AB897B; }
span { border-color: rgb(171,137,123); }
td.TdClassName
{
border-color: #AB897B;
}
.TagClassName
{
border-color: #AB897B;
}
</style>