Shades of Brandy Rose #AB8179
Tints of Brandy Rose #AB8179
RGB
CMYK
RGB Variations
Color information
#AB8179 (or 0xAB8179) is known color: Brandy Rose. HEX triplet: AB, 81 and 79. RGB value is (171,129,121). Sum of RGB (Red+Green+Blue) = 171+129+121=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8179 is #547E86. Grayscale: #8C8C8C. Windows color (decimal): -5537415 or 7963051. OLE color: 7963051.
HSL color Cylindrical-coordinate representation of color #AB8179: hue angle of 9.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB8179 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 121 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.33 |
| HSL | 9.6º | 0.23% | 0.57% | - |
| HSV(B) | 9.6º | 0.29% | 0.67% | - |
| XYZ | 28.1 | 25.74 | 21.58 | - |
| YUV | 140.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 121 | 0 | 0.25 | 0.29 | 0.33 | 9.6 | 0.23 | 0.57 |
| Hex | AB | 81 | 79 | 0 | 19 | 1D | 21 | A | 17 | 39 |
| Octal | 253 | 201 | 171 | 0 | 31 | 35 | 41 | 12 | 27 | 71 |
| Binary | 10101011 | 10000001 | 1111001 | 0 | 11001 | 11101 | 100001 | 1010 | 10111 | 111001 |
Color Harmonies of #AB8179
Complementary color
Monochromatic Colors of #AB8179
Black with #AB8179
Text Example
Text Example
White with #AB8179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8179; }
p { color: rgb(171,129,121); }
H1.HeaderClassName
{
color: #AB8179;
}
.AnyTagClassName
{
color: #AB8179;
}
</style>
background-color css
<style>
a { background-color: #AB8179; }
a { background-color: rgb(171,129,121); }
div.DivClassName
{
background-color: #AB8179;
}
.BgClassName
{
background-color: #AB8179;
}
</style>
border-color css
<style>
span { border-color: #AB8179; }
span { border-color: rgb(171,129,121); }
td.TdClassName
{
border-color: #AB8179;
}
.TagClassName
{
border-color: #AB8179;
}
</style>