Shades of Brandy Rose #AB7E7B
Tints of Brandy Rose #AB7E7B
RGB
CMYK
RGB Variations
Color information
#AB7E7B (or 0xAB7E7B) is known color: Brandy Rose. HEX triplet: AB, 7E and 7B. RGB value is (171,126,123). Sum of RGB (Red+Green+Blue) = 171+126+123=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E7B is #548184. Grayscale: #8B8B8B. Windows color (decimal): -5538181 or 8093355. OLE color: 8093355.
HSL color Cylindrical-coordinate representation of color #AB7E7B: hue angle of 3.75º 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 #AB7E7B is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 123 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.33 |
| HSL | 3.75º | 0.22% | 0.58% | - |
| HSV(B) | 3.75º | 0.28% | 0.67% | - |
| XYZ | 27.83 | 25.01 | 22.1 | - |
| YUV | 139.11 | 118.91 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 123 | 0 | 0.26 | 0.28 | 0.33 | 3.75 | 0.22 | 0.58 |
| Hex | AB | 7E | 7B | 0 | 1A | 1C | 21 | 4 | 16 | 3A |
| Octal | 253 | 176 | 173 | 0 | 32 | 34 | 41 | 4 | 26 | 72 |
| Binary | 10101011 | 1111110 | 1111011 | 0 | 11010 | 11100 | 100001 | 100 | 10110 | 111010 |
Color Harmonies of #AB7E7B
Complementary color
Monochromatic Colors of #AB7E7B
Black with #AB7E7B
Text Example
Text Example
White with #AB7E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E7B; }
p { color: rgb(171,126,123); }
H1.HeaderClassName
{
color: #AB7E7B;
}
.AnyTagClassName
{
color: #AB7E7B;
}
</style>
background-color css
<style>
a { background-color: #AB7E7B; }
a { background-color: rgb(171,126,123); }
div.DivClassName
{
background-color: #AB7E7B;
}
.BgClassName
{
background-color: #AB7E7B;
}
</style>
border-color css
<style>
span { border-color: #AB7E7B; }
span { border-color: rgb(171,126,123); }
td.TdClassName
{
border-color: #AB7E7B;
}
.TagClassName
{
border-color: #AB7E7B;
}
</style>