Shades of Brandy Rose #AB837F
Tints of Brandy Rose #AB837F
RGB
CMYK
RGB Variations
Color information
#AB837F (or 0xAB837F) is known color: Brandy Rose. HEX triplet: AB, 83 and 7F. RGB value is (171,131,127). Sum of RGB (Red+Green+Blue) = 171+131+127=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB837F is #547C80. Grayscale: #8E8E8E. Windows color (decimal): -5536897 or 8356779. OLE color: 8356779.
HSL color Cylindrical-coordinate representation of color #AB837F: hue angle of 5.45º 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 #AB837F is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 127 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.33 |
| HSL | 5.45º | 0.21% | 0.58% | - |
| HSV(B) | 5.45º | 0.26% | 0.67% | - |
| XYZ | 28.74 | 26.42 | 23.66 | - |
| YUV | 142.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 127 | 0 | 0.23 | 0.26 | 0.33 | 5.45 | 0.21 | 0.58 |
| Hex | AB | 83 | 7F | 0 | 17 | 1A | 21 | 5 | 15 | 3A |
| Octal | 253 | 203 | 177 | 0 | 27 | 32 | 41 | 5 | 25 | 72 |
| Binary | 10101011 | 10000011 | 1111111 | 0 | 10111 | 11010 | 100001 | 101 | 10101 | 111010 |
Color Harmonies of #AB837F
Complementary color
Monochromatic Colors of #AB837F
Black with #AB837F
Text Example
Text Example
White with #AB837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB837F; }
p { color: rgb(171,131,127); }
H1.HeaderClassName
{
color: #AB837F;
}
.AnyTagClassName
{
color: #AB837F;
}
</style>
background-color css
<style>
a { background-color: #AB837F; }
a { background-color: rgb(171,131,127); }
div.DivClassName
{
background-color: #AB837F;
}
.BgClassName
{
background-color: #AB837F;
}
</style>
border-color css
<style>
span { border-color: #AB837F; }
span { border-color: rgb(171,131,127); }
td.TdClassName
{
border-color: #AB837F;
}
.TagClassName
{
border-color: #AB837F;
}
</style>