Shades of Brandy Rose #AB837D
Tints of Brandy Rose #AB837D
RGB
CMYK
RGB Variations
Color information
#AB837D (or 0xAB837D) is known color: Brandy Rose. HEX triplet: AB, 83 and 7D. RGB value is (171,131,125). Sum of RGB (Red+Green+Blue) = 171+131+125=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB837D is #547C82. Grayscale: #8E8E8E. Windows color (decimal): -5536899 or 8225707. OLE color: 8225707.
HSL color Cylindrical-coordinate representation of color #AB837D: hue angle of 7.83º 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 #AB837D is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 125 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.33 |
| HSL | 7.83º | 0.21% | 0.58% | - |
| HSV(B) | 7.83º | 0.27% | 0.67% | - |
| XYZ | 28.61 | 26.37 | 22.98 | - |
| YUV | 142.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 125 | 0 | 0.23 | 0.27 | 0.33 | 7.83 | 0.21 | 0.58 |
| Hex | AB | 83 | 7D | 0 | 17 | 1B | 21 | 8 | 15 | 3A |
| Octal | 253 | 203 | 175 | 0 | 27 | 33 | 41 | 10 | 25 | 72 |
| Binary | 10101011 | 10000011 | 1111101 | 0 | 10111 | 11011 | 100001 | 1000 | 10101 | 111010 |
Color Harmonies of #AB837D
Complementary color
Monochromatic Colors of #AB837D
Black with #AB837D
Text Example
Text Example
White with #AB837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB837D; }
p { color: rgb(171,131,125); }
H1.HeaderClassName
{
color: #AB837D;
}
.AnyTagClassName
{
color: #AB837D;
}
</style>
background-color css
<style>
a { background-color: #AB837D; }
a { background-color: rgb(171,131,125); }
div.DivClassName
{
background-color: #AB837D;
}
.BgClassName
{
background-color: #AB837D;
}
</style>
border-color css
<style>
span { border-color: #AB837D; }
span { border-color: rgb(171,131,125); }
td.TdClassName
{
border-color: #AB837D;
}
.TagClassName
{
border-color: #AB837D;
}
</style>