Shades of Brandy Rose #AB827E
Tints of Brandy Rose #AB827E
RGB
CMYK
RGB Variations
Color information
#AB827E (or 0xAB827E) is known color: Brandy Rose. HEX triplet: AB, 82 and 7E. RGB value is (171,130,126). Sum of RGB (Red+Green+Blue) = 171+130+126=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB827E is #547D81. Grayscale: #8D8D8D. Windows color (decimal): -5537154 or 8290987. OLE color: 8290987.
HSL color Cylindrical-coordinate representation of color #AB827E: hue angle of 5.33º 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 #AB827E is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 126 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.33 |
| HSL | 5.33º | 0.21% | 0.58% | - |
| HSV(B) | 5.33º | 0.26% | 0.67% | - |
| XYZ | 28.54 | 26.13 | 23.28 | - |
| YUV | 141.8 | 119.08 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 126 | 0 | 0.24 | 0.26 | 0.33 | 5.33 | 0.21 | 0.58 |
| Hex | AB | 82 | 7E | 0 | 18 | 1A | 21 | 5 | 15 | 3A |
| Octal | 253 | 202 | 176 | 0 | 30 | 32 | 41 | 5 | 25 | 72 |
| Binary | 10101011 | 10000010 | 1111110 | 0 | 11000 | 11010 | 100001 | 101 | 10101 | 111010 |
Color Harmonies of #AB827E
Complementary color
Monochromatic Colors of #AB827E
Black with #AB827E
Text Example
Text Example
White with #AB827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB827E; }
p { color: rgb(171,130,126); }
H1.HeaderClassName
{
color: #AB827E;
}
.AnyTagClassName
{
color: #AB827E;
}
</style>
background-color css
<style>
a { background-color: #AB827E; }
a { background-color: rgb(171,130,126); }
div.DivClassName
{
background-color: #AB827E;
}
.BgClassName
{
background-color: #AB827E;
}
</style>
border-color css
<style>
span { border-color: #AB827E; }
span { border-color: rgb(171,130,126); }
td.TdClassName
{
border-color: #AB827E;
}
.TagClassName
{
border-color: #AB827E;
}
</style>