Shades of Brandy Rose #AB8576
Tints of Brandy Rose #AB8576
RGB
CMYK
RGB Variations
Color information
#AB8576 (or 0xAB8576) is known color: Brandy Rose. HEX triplet: AB, 85 and 76. RGB value is (171,133,118). Sum of RGB (Red+Green+Blue) = 171+133+118=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8576 is #547A89. Grayscale: #8E8E8E. Windows color (decimal): -5536394 or 7767467. OLE color: 7767467.
HSL color Cylindrical-coordinate representation of color #AB8576: hue angle of 16.98º 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 #AB8576 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 118 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.33 |
| HSL | 16.98º | 0.24% | 0.57% | - |
| HSV(B) | 16.98º | 0.31% | 0.67% | - |
| XYZ | 28.45 | 26.74 | 20.8 | - |
| YUV | 142.65 | 114.09 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 118 | 0 | 0.22 | 0.31 | 0.33 | 16.98 | 0.24 | 0.57 |
| Hex | AB | 85 | 76 | 0 | 16 | 1F | 21 | 11 | 18 | 39 |
| Octal | 253 | 205 | 166 | 0 | 26 | 37 | 41 | 21 | 30 | 71 |
| Binary | 10101011 | 10000101 | 1110110 | 0 | 10110 | 11111 | 100001 | 10001 | 11000 | 111001 |
Color Harmonies of #AB8576
Complementary color
Monochromatic Colors of #AB8576
Black with #AB8576
Text Example
Text Example
White with #AB8576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8576; }
p { color: rgb(171,133,118); }
H1.HeaderClassName
{
color: #AB8576;
}
.AnyTagClassName
{
color: #AB8576;
}
</style>
background-color css
<style>
a { background-color: #AB8576; }
a { background-color: rgb(171,133,118); }
div.DivClassName
{
background-color: #AB8576;
}
.BgClassName
{
background-color: #AB8576;
}
</style>
border-color css
<style>
span { border-color: #AB8576; }
span { border-color: rgb(171,133,118); }
td.TdClassName
{
border-color: #AB8576;
}
.TagClassName
{
border-color: #AB8576;
}
</style>