Shades of Brandy Rose #AB7E72
Tints of Brandy Rose #AB7E72
RGB
CMYK
RGB Variations
Color information
#AB7E72 (or 0xAB7E72) is known color: Brandy Rose. HEX triplet: AB, 7E and 72. RGB value is (171,126,114). Sum of RGB (Red+Green+Blue) = 171+126+114=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E72 is #54818D. Grayscale: #8A8A8A. Windows color (decimal): -5538190 or 7503531. OLE color: 7503531.
HSL color Cylindrical-coordinate representation of color #AB7E72: hue angle of 12.63º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB7E72 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 114 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.33 |
| HSL | 12.63º | 0.25% | 0.56% | - |
| HSV(B) | 12.63º | 0.33% | 0.67% | - |
| XYZ | 27.29 | 24.79 | 19.27 | - |
| YUV | 138.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 114 | 0 | 0.26 | 0.33 | 0.33 | 12.63 | 0.25 | 0.56 |
| Hex | AB | 7E | 72 | 0 | 1A | 21 | 21 | D | 19 | 38 |
| Octal | 253 | 176 | 162 | 0 | 32 | 41 | 41 | 15 | 31 | 70 |
| Binary | 10101011 | 1111110 | 1110010 | 0 | 11010 | 100001 | 100001 | 1101 | 11001 | 111000 |
Color Harmonies of #AB7E72
Complementary color
Monochromatic Colors of #AB7E72
Black with #AB7E72
Text Example
Text Example
White with #AB7E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E72; }
p { color: rgb(171,126,114); }
H1.HeaderClassName
{
color: #AB7E72;
}
.AnyTagClassName
{
color: #AB7E72;
}
</style>
background-color css
<style>
a { background-color: #AB7E72; }
a { background-color: rgb(171,126,114); }
div.DivClassName
{
background-color: #AB7E72;
}
.BgClassName
{
background-color: #AB7E72;
}
</style>
border-color css
<style>
span { border-color: #AB7E72; }
span { border-color: rgb(171,126,114); }
td.TdClassName
{
border-color: #AB7E72;
}
.TagClassName
{
border-color: #AB7E72;
}
</style>