Shades of Brandy Rose #AB8376
Tints of Brandy Rose #AB8376
RGB
CMYK
RGB Variations
Color information
#AB8376 (or 0xAB8376) is known color: Brandy Rose. HEX triplet: AB, 83 and 76. RGB value is (171,131,118). Sum of RGB (Red+Green+Blue) = 171+131+118=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8376 is #547C89. Grayscale: #8D8D8D. Windows color (decimal): -5536906 or 7766955. OLE color: 7766955.
HSL color Cylindrical-coordinate representation of color #AB8376: hue angle of 14.72º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB8376 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 118 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.33 |
| HSL | 14.72º | 0.24% | 0.57% | - |
| HSV(B) | 14.72º | 0.31% | 0.67% | - |
| XYZ | 28.18 | 26.2 | 20.71 | - |
| YUV | 141.48 | 114.75 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 118 | 0 | 0.23 | 0.31 | 0.33 | 14.72 | 0.24 | 0.57 |
| Hex | AB | 83 | 76 | 0 | 17 | 1F | 21 | F | 18 | 39 |
| Octal | 253 | 203 | 166 | 0 | 27 | 37 | 41 | 17 | 30 | 71 |
| Binary | 10101011 | 10000011 | 1110110 | 0 | 10111 | 11111 | 100001 | 1111 | 11000 | 111001 |
Color Harmonies of #AB8376
Complementary color
Monochromatic Colors of #AB8376
Black with #AB8376
Text Example
Text Example
White with #AB8376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8376; }
p { color: rgb(171,131,118); }
H1.HeaderClassName
{
color: #AB8376;
}
.AnyTagClassName
{
color: #AB8376;
}
</style>
background-color css
<style>
a { background-color: #AB8376; }
a { background-color: rgb(171,131,118); }
div.DivClassName
{
background-color: #AB8376;
}
.BgClassName
{
background-color: #AB8376;
}
</style>
border-color css
<style>
span { border-color: #AB8376; }
span { border-color: rgb(171,131,118); }
td.TdClassName
{
border-color: #AB8376;
}
.TagClassName
{
border-color: #AB8376;
}
</style>