Shades of Brandy Rose #AB807B
Tints of Brandy Rose #AB807B
RGB
CMYK
RGB Variations
Color information
#AB807B (or 0xAB807B) is known color: Brandy Rose. HEX triplet: AB, 80 and 7B. RGB value is (171,128,123). Sum of RGB (Red+Green+Blue) = 171+128+123=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB807B is #547F84. Grayscale: #8C8C8C. Windows color (decimal): -5537669 or 8093867. OLE color: 8093867.
HSL color Cylindrical-coordinate representation of color #AB807B: hue angle of 6.25º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB807B is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 123 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.33 |
| HSL | 6.25º | 0.22% | 0.58% | - |
| HSV(B) | 6.25º | 0.28% | 0.67% | - |
| XYZ | 28.09 | 25.53 | 22.19 | - |
| YUV | 140.29 | 118.25 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 123 | 0 | 0.25 | 0.28 | 0.33 | 6.25 | 0.22 | 0.58 |
| Hex | AB | 80 | 7B | 0 | 19 | 1C | 21 | 6 | 16 | 3A |
| Octal | 253 | 200 | 173 | 0 | 31 | 34 | 41 | 6 | 26 | 72 |
| Binary | 10101011 | 10000000 | 1111011 | 0 | 11001 | 11100 | 100001 | 110 | 10110 | 111010 |
Color Harmonies of #AB807B
Complementary color
Monochromatic Colors of #AB807B
Black with #AB807B
Text Example
Text Example
White with #AB807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB807B; }
p { color: rgb(171,128,123); }
H1.HeaderClassName
{
color: #AB807B;
}
.AnyTagClassName
{
color: #AB807B;
}
</style>
background-color css
<style>
a { background-color: #AB807B; }
a { background-color: rgb(171,128,123); }
div.DivClassName
{
background-color: #AB807B;
}
.BgClassName
{
background-color: #AB807B;
}
</style>
border-color css
<style>
span { border-color: #AB807B; }
span { border-color: rgb(171,128,123); }
td.TdClassName
{
border-color: #AB807B;
}
.TagClassName
{
border-color: #AB807B;
}
</style>