Shades of Brandy Rose #AB7E7A
Tints of Brandy Rose #AB7E7A
RGB
CMYK
RGB Variations
Color information
#AB7E7A (or 0xAB7E7A) is known color: Brandy Rose. HEX triplet: AB, 7E and 7A. RGB value is (171,126,122). Sum of RGB (Red+Green+Blue) = 171+126+122=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E7A is #548185. Grayscale: #8B8B8B. Windows color (decimal): -5538182 or 8027819. OLE color: 8027819.
HSL color Cylindrical-coordinate representation of color #AB7E7A: hue angle of 4.9º 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 #AB7E7A is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 122 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.33 |
| HSL | 4.9º | 0.23% | 0.57% | - |
| HSV(B) | 4.9º | 0.29% | 0.67% | - |
| XYZ | 27.77 | 24.98 | 21.77 | - |
| YUV | 139 | 118.41 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 122 | 0 | 0.26 | 0.29 | 0.33 | 4.9 | 0.23 | 0.57 |
| Hex | AB | 7E | 7A | 0 | 1A | 1D | 21 | 5 | 17 | 39 |
| Octal | 253 | 176 | 172 | 0 | 32 | 35 | 41 | 5 | 27 | 71 |
| Binary | 10101011 | 1111110 | 1111010 | 0 | 11010 | 11101 | 100001 | 101 | 10111 | 111001 |
Color Harmonies of #AB7E7A
Complementary color
Monochromatic Colors of #AB7E7A
Black with #AB7E7A
Text Example
Text Example
White with #AB7E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E7A; }
p { color: rgb(171,126,122); }
H1.HeaderClassName
{
color: #AB7E7A;
}
.AnyTagClassName
{
color: #AB7E7A;
}
</style>
background-color css
<style>
a { background-color: #AB7E7A; }
a { background-color: rgb(171,126,122); }
div.DivClassName
{
background-color: #AB7E7A;
}
.BgClassName
{
background-color: #AB7E7A;
}
</style>
border-color css
<style>
span { border-color: #AB7E7A; }
span { border-color: rgb(171,126,122); }
td.TdClassName
{
border-color: #AB7E7A;
}
.TagClassName
{
border-color: #AB7E7A;
}
</style>