Shades of Brandy Rose #AB8581
Tints of Brandy Rose #AB8581
RGB
CMYK
RGB Variations
Color information
#AB8581 (or 0xAB8581) is known color: Brandy Rose. HEX triplet: AB, 85 and 81. RGB value is (171,133,129). Sum of RGB (Red+Green+Blue) = 171+133+129=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8581 is #547A7E. Grayscale: #8F8F8F. Windows color (decimal): -5536383 or 8488363. OLE color: 8488363.
HSL color Cylindrical-coordinate representation of color #AB8581: hue angle of 5.71º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB8581 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 129 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.33 |
| HSL | 5.71º | 0.2% | 0.59% | - |
| HSV(B) | 5.71º | 0.25% | 0.67% | - |
| XYZ | 29.14 | 27.02 | 24.45 | - |
| YUV | 143.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 129 | 0 | 0.22 | 0.25 | 0.33 | 5.71 | 0.2 | 0.59 |
| Hex | AB | 85 | 81 | 0 | 16 | 19 | 21 | 6 | 14 | 3B |
| Octal | 253 | 205 | 201 | 0 | 26 | 31 | 41 | 6 | 24 | 73 |
| Binary | 10101011 | 10000101 | 10000001 | 0 | 10110 | 11001 | 100001 | 110 | 10100 | 111011 |
Color Harmonies of #AB8581
Complementary color
Monochromatic Colors of #AB8581
Black with #AB8581
Text Example
Text Example
White with #AB8581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8581; }
p { color: rgb(171,133,129); }
H1.HeaderClassName
{
color: #AB8581;
}
.AnyTagClassName
{
color: #AB8581;
}
</style>
background-color css
<style>
a { background-color: #AB8581; }
a { background-color: rgb(171,133,129); }
div.DivClassName
{
background-color: #AB8581;
}
.BgClassName
{
background-color: #AB8581;
}
</style>
border-color css
<style>
span { border-color: #AB8581; }
span { border-color: rgb(171,133,129); }
td.TdClassName
{
border-color: #AB8581;
}
.TagClassName
{
border-color: #AB8581;
}
</style>