Shades of Brandy Rose #AB827C
Tints of Brandy Rose #AB827C
RGB
CMYK
RGB Variations
Color information
#AB827C (or 0xAB827C) is known color: Brandy Rose. HEX triplet: AB, 82 and 7C. RGB value is (171,130,124). Sum of RGB (Red+Green+Blue) = 171+130+124=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB827C is #547D83. Grayscale: #8D8D8D. Windows color (decimal): -5537156 or 8159915. OLE color: 8159915.
HSL color Cylindrical-coordinate representation of color #AB827C: hue angle of 7.66º 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 #AB827C is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 124 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.33 |
| HSL | 7.66º | 0.22% | 0.58% | - |
| HSV(B) | 7.66º | 0.27% | 0.67% | - |
| XYZ | 28.42 | 26.08 | 22.6 | - |
| YUV | 141.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 124 | 0 | 0.24 | 0.27 | 0.33 | 7.66 | 0.22 | 0.58 |
| Hex | AB | 82 | 7C | 0 | 18 | 1B | 21 | 8 | 16 | 3A |
| Octal | 253 | 202 | 174 | 0 | 30 | 33 | 41 | 10 | 26 | 72 |
| Binary | 10101011 | 10000010 | 1111100 | 0 | 11000 | 11011 | 100001 | 1000 | 10110 | 111010 |
Color Harmonies of #AB827C
Complementary color
Monochromatic Colors of #AB827C
Black with #AB827C
Text Example
Text Example
White with #AB827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB827C; }
p { color: rgb(171,130,124); }
H1.HeaderClassName
{
color: #AB827C;
}
.AnyTagClassName
{
color: #AB827C;
}
</style>
background-color css
<style>
a { background-color: #AB827C; }
a { background-color: rgb(171,130,124); }
div.DivClassName
{
background-color: #AB827C;
}
.BgClassName
{
background-color: #AB827C;
}
</style>
border-color css
<style>
span { border-color: #AB827C; }
span { border-color: rgb(171,130,124); }
td.TdClassName
{
border-color: #AB827C;
}
.TagClassName
{
border-color: #AB827C;
}
</style>