Shades of Brandy Rose #AB7F7E
Tints of Brandy Rose #AB7F7E
RGB
CMYK
RGB Variations
Color information
#AB7F7E (or 0xAB7F7E) is known color: Brandy Rose. HEX triplet: AB, 7F and 7E. RGB value is (171,127,126). Sum of RGB (Red+Green+Blue) = 171+127+126=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7F7E is #548081. Grayscale: #8C8C8C. Windows color (decimal): -5537922 or 8290219. OLE color: 8290219.
HSL color Cylindrical-coordinate representation of color #AB7F7E: hue angle of 1.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 #AB7F7E is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 127 | 126 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.33 |
| HSL | 1.33º | 0.21% | 0.58% | - |
| HSV(B) | 1.33º | 0.26% | 0.67% | - |
| XYZ | 28.15 | 25.34 | 23.15 | - |
| YUV | 140.04 | 120.08 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 126 | 0 | 0.26 | 0.26 | 0.33 | 1.33 | 0.21 | 0.58 |
| Hex | AB | 7F | 7E | 0 | 1A | 1A | 21 | 1 | 15 | 3A |
| Octal | 253 | 177 | 176 | 0 | 32 | 32 | 41 | 1 | 25 | 72 |
| Binary | 10101011 | 1111111 | 1111110 | 0 | 11010 | 11010 | 100001 | 1 | 10101 | 111010 |
Color Harmonies of #AB7F7E
Complementary color
Monochromatic Colors of #AB7F7E
Black with #AB7F7E
Text Example
Text Example
White with #AB7F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7F7E; }
p { color: rgb(171,127,126); }
H1.HeaderClassName
{
color: #AB7F7E;
}
.AnyTagClassName
{
color: #AB7F7E;
}
</style>
background-color css
<style>
a { background-color: #AB7F7E; }
a { background-color: rgb(171,127,126); }
div.DivClassName
{
background-color: #AB7F7E;
}
.BgClassName
{
background-color: #AB7F7E;
}
</style>
border-color css
<style>
span { border-color: #AB7F7E; }
span { border-color: rgb(171,127,126); }
td.TdClassName
{
border-color: #AB7F7E;
}
.TagClassName
{
border-color: #AB7F7E;
}
</style>