Shades of Brandy Rose #AB807A
Tints of Brandy Rose #AB807A
RGB
CMYK
RGB Variations
Color information
#AB807A (or 0xAB807A) is known color: Brandy Rose. HEX triplet: AB, 80 and 7A. RGB value is (171,128,122). Sum of RGB (Red+Green+Blue) = 171+128+122=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB807A is #547F85. Grayscale: #8C8C8C. Windows color (decimal): -5537670 or 8028331. OLE color: 8028331.
HSL color Cylindrical-coordinate representation of color #AB807A: hue angle of 7.35º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB807A is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 122 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.33 |
| HSL | 7.35º | 0.23% | 0.57% | - |
| HSV(B) | 7.35º | 0.29% | 0.67% | - |
| XYZ | 28.03 | 25.5 | 21.86 | - |
| YUV | 140.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 122 | 0 | 0.25 | 0.29 | 0.33 | 7.35 | 0.23 | 0.57 |
| Hex | AB | 80 | 7A | 0 | 19 | 1D | 21 | 7 | 17 | 39 |
| Octal | 253 | 200 | 172 | 0 | 31 | 35 | 41 | 7 | 27 | 71 |
| Binary | 10101011 | 10000000 | 1111010 | 0 | 11001 | 11101 | 100001 | 111 | 10111 | 111001 |
Color Harmonies of #AB807A
Complementary color
Monochromatic Colors of #AB807A
Black with #AB807A
Text Example
Text Example
White with #AB807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB807A; }
p { color: rgb(171,128,122); }
H1.HeaderClassName
{
color: #AB807A;
}
.AnyTagClassName
{
color: #AB807A;
}
</style>
background-color css
<style>
a { background-color: #AB807A; }
a { background-color: rgb(171,128,122); }
div.DivClassName
{
background-color: #AB807A;
}
.BgClassName
{
background-color: #AB807A;
}
</style>
border-color css
<style>
span { border-color: #AB807A; }
span { border-color: rgb(171,128,122); }
td.TdClassName
{
border-color: #AB807A;
}
.TagClassName
{
border-color: #AB807A;
}
</style>