Shades of Brandy Rose #AB807D
Tints of Brandy Rose #AB807D
RGB
CMYK
RGB Variations
Color information
#AB807D (or 0xAB807D) is known color: Brandy Rose. HEX triplet: AB, 80 and 7D. RGB value is (171,128,125). Sum of RGB (Red+Green+Blue) = 171+128+125=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB807D is #547F82. Grayscale: #8C8C8C. Windows color (decimal): -5537667 or 8224939. OLE color: 8224939.
HSL color Cylindrical-coordinate representation of color #AB807D: hue angle of 3.91º degrees, saturation: 0.21, 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 #AB807D is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 125 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.33 |
| HSL | 3.91º | 0.21% | 0.58% | - |
| HSV(B) | 3.91º | 0.27% | 0.67% | - |
| XYZ | 28.22 | 25.58 | 22.85 | - |
| YUV | 140.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 125 | 0 | 0.25 | 0.27 | 0.33 | 3.91 | 0.21 | 0.58 |
| Hex | AB | 80 | 7D | 0 | 19 | 1B | 21 | 4 | 15 | 3A |
| Octal | 253 | 200 | 175 | 0 | 31 | 33 | 41 | 4 | 25 | 72 |
| Binary | 10101011 | 10000000 | 1111101 | 0 | 11001 | 11011 | 100001 | 100 | 10101 | 111010 |
Color Harmonies of #AB807D
Complementary color
Monochromatic Colors of #AB807D
Black with #AB807D
Text Example
Text Example
White with #AB807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB807D; }
p { color: rgb(171,128,125); }
H1.HeaderClassName
{
color: #AB807D;
}
.AnyTagClassName
{
color: #AB807D;
}
</style>
background-color css
<style>
a { background-color: #AB807D; }
a { background-color: rgb(171,128,125); }
div.DivClassName
{
background-color: #AB807D;
}
.BgClassName
{
background-color: #AB807D;
}
</style>
border-color css
<style>
span { border-color: #AB807D; }
span { border-color: rgb(171,128,125); }
td.TdClassName
{
border-color: #AB807D;
}
.TagClassName
{
border-color: #AB807D;
}
</style>