Shades of Brandy Rose #AB857E
Tints of Brandy Rose #AB857E
RGB
CMYK
RGB Variations
Color information
#AB857E (or 0xAB857E) is known color: Brandy Rose. HEX triplet: AB, 85 and 7E. RGB value is (171,133,126). Sum of RGB (Red+Green+Blue) = 171+133+126=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB857E is #547A81. Grayscale: #8F8F8F. Windows color (decimal): -5536386 or 8291755. OLE color: 8291755.
HSL color Cylindrical-coordinate representation of color #AB857E: hue angle of 9.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB857E is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 126 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.33 |
| HSL | 9.33º | 0.21% | 0.58% | - |
| HSV(B) | 9.33º | 0.26% | 0.67% | - |
| XYZ | 28.95 | 26.94 | 23.41 | - |
| YUV | 143.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 126 | 0 | 0.22 | 0.26 | 0.33 | 9.33 | 0.21 | 0.58 |
| Hex | AB | 85 | 7E | 0 | 16 | 1A | 21 | 9 | 15 | 3A |
| Octal | 253 | 205 | 176 | 0 | 26 | 32 | 41 | 11 | 25 | 72 |
| Binary | 10101011 | 10000101 | 1111110 | 0 | 10110 | 11010 | 100001 | 1001 | 10101 | 111010 |
Color Harmonies of #AB857E
Complementary color
Monochromatic Colors of #AB857E
Black with #AB857E
Text Example
Text Example
White with #AB857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB857E; }
p { color: rgb(171,133,126); }
H1.HeaderClassName
{
color: #AB857E;
}
.AnyTagClassName
{
color: #AB857E;
}
</style>
background-color css
<style>
a { background-color: #AB857E; }
a { background-color: rgb(171,133,126); }
div.DivClassName
{
background-color: #AB857E;
}
.BgClassName
{
background-color: #AB857E;
}
</style>
border-color css
<style>
span { border-color: #AB857E; }
span { border-color: rgb(171,133,126); }
td.TdClassName
{
border-color: #AB857E;
}
.TagClassName
{
border-color: #AB857E;
}
</style>