Shades of Brandy Rose #AB8677
Tints of Brandy Rose #AB8677
RGB
CMYK
RGB Variations
Color information
#AB8677 (or 0xAB8677) is known color: Brandy Rose. HEX triplet: AB, 86 and 77. RGB value is (171,134,119). Sum of RGB (Red+Green+Blue) = 171+134+119=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8677 is #547988. Grayscale: #8F8F8F. Windows color (decimal): -5536137 or 7833259. OLE color: 7833259.
HSL color Cylindrical-coordinate representation of color #AB8677: hue angle of 17.31º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB8677 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 134 | 119 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.33 |
| HSL | 17.31º | 0.24% | 0.57% | - |
| HSV(B) | 17.31º | 0.3% | 0.67% | - |
| XYZ | 28.65 | 27.04 | 21.16 | - |
| YUV | 143.35 | 114.26 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 134 | 119 | 0 | 0.22 | 0.30 | 0.33 | 17.31 | 0.24 | 0.57 |
| Hex | AB | 86 | 77 | 0 | 16 | 1E | 21 | 11 | 18 | 39 |
| Octal | 253 | 206 | 167 | 0 | 26 | 36 | 41 | 21 | 30 | 71 |
| Binary | 10101011 | 10000110 | 1110111 | 0 | 10110 | 11110 | 100001 | 10001 | 11000 | 111001 |
Color Harmonies of #AB8677
Complementary color
Monochromatic Colors of #AB8677
Black with #AB8677
Text Example
Text Example
White with #AB8677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8677; }
p { color: rgb(171,134,119); }
H1.HeaderClassName
{
color: #AB8677;
}
.AnyTagClassName
{
color: #AB8677;
}
</style>
background-color css
<style>
a { background-color: #AB8677; }
a { background-color: rgb(171,134,119); }
div.DivClassName
{
background-color: #AB8677;
}
.BgClassName
{
background-color: #AB8677;
}
</style>
border-color css
<style>
span { border-color: #AB8677; }
span { border-color: rgb(171,134,119); }
td.TdClassName
{
border-color: #AB8677;
}
.TagClassName
{
border-color: #AB8677;
}
</style>