Shades of Brandy Rose #AB807C
Tints of Brandy Rose #AB807C
RGB
CMYK
RGB Variations
Color information
#AB807C (or 0xAB807C) is known color: Brandy Rose. HEX triplet: AB, 80 and 7C. RGB value is (171,128,124). Sum of RGB (Red+Green+Blue) = 171+128+124=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB807C is #547F83. Grayscale: #8C8C8C. Windows color (decimal): -5537668 or 8159403. OLE color: 8159403.
HSL color Cylindrical-coordinate representation of color #AB807C: hue angle of 5.11º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB807C is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 124 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.33 |
| HSL | 5.11º | 0.22% | 0.58% | - |
| HSV(B) | 5.11º | 0.27% | 0.67% | - |
| XYZ | 28.15 | 25.55 | 22.52 | - |
| YUV | 140.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 124 | 0 | 0.25 | 0.27 | 0.33 | 5.11 | 0.22 | 0.58 |
| Hex | AB | 80 | 7C | 0 | 19 | 1B | 21 | 5 | 16 | 3A |
| Octal | 253 | 200 | 174 | 0 | 31 | 33 | 41 | 5 | 26 | 72 |
| Binary | 10101011 | 10000000 | 1111100 | 0 | 11001 | 11011 | 100001 | 101 | 10110 | 111010 |
Color Harmonies of #AB807C
Complementary color
Monochromatic Colors of #AB807C
Black with #AB807C
Text Example
Text Example
White with #AB807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB807C; }
p { color: rgb(171,128,124); }
H1.HeaderClassName
{
color: #AB807C;
}
.AnyTagClassName
{
color: #AB807C;
}
</style>
background-color css
<style>
a { background-color: #AB807C; }
a { background-color: rgb(171,128,124); }
div.DivClassName
{
background-color: #AB807C;
}
.BgClassName
{
background-color: #AB807C;
}
</style>
border-color css
<style>
span { border-color: #AB807C; }
span { border-color: rgb(171,128,124); }
td.TdClassName
{
border-color: #AB807C;
}
.TagClassName
{
border-color: #AB807C;
}
</style>