Shades of Brandy Rose #AB8278
Tints of Brandy Rose #AB8278
RGB
CMYK
RGB Variations
Color information
#AB8278 (or 0xAB8278) is known color: Brandy Rose. HEX triplet: AB, 82 and 78. RGB value is (171,130,120). Sum of RGB (Red+Green+Blue) = 171+130+120=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8278 is #547D87. Grayscale: #8D8D8D. Windows color (decimal): -5537160 or 7897771. OLE color: 7897771.
HSL color Cylindrical-coordinate representation of color #AB8278: hue angle of 11.76º degrees, saturation: 0.23, 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 #AB8278 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 120 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.33 |
| HSL | 11.76º | 0.23% | 0.57% | - |
| HSV(B) | 11.76º | 0.3% | 0.67% | - |
| XYZ | 28.17 | 25.98 | 21.3 | - |
| YUV | 141.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 120 | 0 | 0.24 | 0.30 | 0.33 | 11.76 | 0.23 | 0.57 |
| Hex | AB | 82 | 78 | 0 | 18 | 1E | 21 | C | 17 | 39 |
| Octal | 253 | 202 | 170 | 0 | 30 | 36 | 41 | 14 | 27 | 71 |
| Binary | 10101011 | 10000010 | 1111000 | 0 | 11000 | 11110 | 100001 | 1100 | 10111 | 111001 |
Color Harmonies of #AB8278
Complementary color
Monochromatic Colors of #AB8278
Black with #AB8278
Text Example
Text Example
White with #AB8278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8278; }
p { color: rgb(171,130,120); }
H1.HeaderClassName
{
color: #AB8278;
}
.AnyTagClassName
{
color: #AB8278;
}
</style>
background-color css
<style>
a { background-color: #AB8278; }
a { background-color: rgb(171,130,120); }
div.DivClassName
{
background-color: #AB8278;
}
.BgClassName
{
background-color: #AB8278;
}
</style>
border-color css
<style>
span { border-color: #AB8278; }
span { border-color: rgb(171,130,120); }
td.TdClassName
{
border-color: #AB8278;
}
.TagClassName
{
border-color: #AB8278;
}
</style>