Shades of Brandy Rose #AB807F
Tints of Brandy Rose #AB807F
RGB
CMYK
RGB Variations
Color information
#AB807F (or 0xAB807F) is known color: Brandy Rose. HEX triplet: AB, 80 and 7F. RGB value is (171,128,127). Sum of RGB (Red+Green+Blue) = 171+128+127=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB807F is #547F80. Grayscale: #8C8C8C. Windows color (decimal): -5537665 or 8356011. OLE color: 8356011.
HSL color Cylindrical-coordinate representation of color #AB807F: hue angle of 1.36º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB807F is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 127 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.33 |
| HSL | 1.36º | 0.21% | 0.58% | - |
| HSV(B) | 1.36º | 0.26% | 0.67% | - |
| XYZ | 28.34 | 25.63 | 23.53 | - |
| YUV | 140.74 | 120.25 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 127 | 0 | 0.25 | 0.26 | 0.33 | 1.36 | 0.21 | 0.58 |
| Hex | AB | 80 | 7F | 0 | 19 | 1A | 21 | 1 | 15 | 3A |
| Octal | 253 | 200 | 177 | 0 | 31 | 32 | 41 | 1 | 25 | 72 |
| Binary | 10101011 | 10000000 | 1111111 | 0 | 11001 | 11010 | 100001 | 1 | 10101 | 111010 |
Color Harmonies of #AB807F
Complementary color
Monochromatic Colors of #AB807F
Black with #AB807F
Text Example
Text Example
White with #AB807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB807F; }
p { color: rgb(171,128,127); }
H1.HeaderClassName
{
color: #AB807F;
}
.AnyTagClassName
{
color: #AB807F;
}
</style>
background-color css
<style>
a { background-color: #AB807F; }
a { background-color: rgb(171,128,127); }
div.DivClassName
{
background-color: #AB807F;
}
.BgClassName
{
background-color: #AB807F;
}
</style>
border-color css
<style>
span { border-color: #AB807F; }
span { border-color: rgb(171,128,127); }
td.TdClassName
{
border-color: #AB807F;
}
.TagClassName
{
border-color: #AB807F;
}
</style>