Shades of Turkish Rose #AB7E81
Tints of Turkish Rose #AB7E81
RGB
CMYK
RGB Variations
Color information
#AB7E81 (or 0xAB7E81) is known color: Turkish Rose. HEX triplet: AB, 7E and 81. RGB value is (171,126,129). Sum of RGB (Red+Green+Blue) = 171+126+129=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7E81 is #54817E. Grayscale: #8B8B8B. Windows color (decimal): -5538175 or 8486571. OLE color: 8486571.
HSL color Cylindrical-coordinate representation of color #AB7E81: hue angle of 356º 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 #AB7E81 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 129 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.33 |
| HSL | 356º | 0.21% | 0.58% | - |
| HSV(B) | 356º | 0.26% | 0.67% | - |
| XYZ | 28.22 | 25.16 | 24.14 | - |
| YUV | 139.8 | 121.91 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 129 | 0 | 0.26 | 0.25 | 0.33 | 356 | 0.21 | 0.58 |
| Hex | AB | 7E | 81 | 0 | 1A | 19 | 21 | 164 | 15 | 3A |
| Octal | 253 | 176 | 201 | 0 | 32 | 31 | 41 | 544 | 25 | 72 |
| Binary | 10101011 | 1111110 | 10000001 | 0 | 11010 | 11001 | 100001 | 101100100 | 10101 | 111010 |
Color Harmonies of #AB7E81
Complementary color
Monochromatic Colors of #AB7E81
Black with #AB7E81
Text Example
Text Example
White with #AB7E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E81; }
p { color: rgb(171,126,129); }
H1.HeaderClassName
{
color: #AB7E81;
}
.AnyTagClassName
{
color: #AB7E81;
}
</style>
background-color css
<style>
a { background-color: #AB7E81; }
a { background-color: rgb(171,126,129); }
div.DivClassName
{
background-color: #AB7E81;
}
.BgClassName
{
background-color: #AB7E81;
}
</style>
border-color css
<style>
span { border-color: #AB7E81; }
span { border-color: rgb(171,126,129); }
td.TdClassName
{
border-color: #AB7E81;
}
.TagClassName
{
border-color: #AB7E81;
}
</style>