Shades of Brandy Rose #AB8577
Tints of Brandy Rose #AB8577
RGB
CMYK
RGB Variations
Color information
#AB8577 (or 0xAB8577) is known color: Brandy Rose. HEX triplet: AB, 85 and 77. RGB value is (171,133,119). Sum of RGB (Red+Green+Blue) = 171+133+119=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8577 is #547A88. Grayscale: #8E8E8E. Windows color (decimal): -5536393 or 7833003. OLE color: 7833003.
HSL color Cylindrical-coordinate representation of color #AB8577: hue angle of 16.15º 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 #AB8577 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 119 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.33 |
| HSL | 16.15º | 0.24% | 0.57% | - |
| HSV(B) | 16.15º | 0.3% | 0.67% | - |
| XYZ | 28.51 | 26.76 | 21.12 | - |
| YUV | 142.77 | 114.59 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 119 | 0 | 0.22 | 0.30 | 0.33 | 16.15 | 0.24 | 0.57 |
| Hex | AB | 85 | 77 | 0 | 16 | 1E | 21 | 10 | 18 | 39 |
| Octal | 253 | 205 | 167 | 0 | 26 | 36 | 41 | 20 | 30 | 71 |
| Binary | 10101011 | 10000101 | 1110111 | 0 | 10110 | 11110 | 100001 | 10000 | 11000 | 111001 |
Color Harmonies of #AB8577
Complementary color
Monochromatic Colors of #AB8577
Black with #AB8577
Text Example
Text Example
White with #AB8577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8577; }
p { color: rgb(171,133,119); }
H1.HeaderClassName
{
color: #AB8577;
}
.AnyTagClassName
{
color: #AB8577;
}
</style>
background-color css
<style>
a { background-color: #AB8577; }
a { background-color: rgb(171,133,119); }
div.DivClassName
{
background-color: #AB8577;
}
.BgClassName
{
background-color: #AB8577;
}
</style>
border-color css
<style>
span { border-color: #AB8577; }
span { border-color: rgb(171,133,119); }
td.TdClassName
{
border-color: #AB8577;
}
.TagClassName
{
border-color: #AB8577;
}
</style>