Shades of Turkish Rose #AB7E83
Tints of Turkish Rose #AB7E83
RGB
CMYK
RGB Variations
Color information
#AB7E83 (or 0xAB7E83) is known color: Turkish Rose. HEX triplet: AB, 7E and 83. RGB value is (171,126,131). Sum of RGB (Red+Green+Blue) = 171+126+131=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7E83 is #54817C. Grayscale: #8C8C8C. Windows color (decimal): -5538173 or 8617643. OLE color: 8617643.
HSL color Cylindrical-coordinate representation of color #AB7E83: hue angle of 353.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 #AB7E83 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 131 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.33 |
| HSL | 353.33º | 0.21% | 0.58% | - |
| HSV(B) | 353.33º | 0.26% | 0.67% | - |
| XYZ | 28.35 | 25.22 | 24.85 | - |
| YUV | 140.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 131 | 0 | 0.26 | 0.23 | 0.33 | 353.33 | 0.21 | 0.58 |
| Hex | AB | 7E | 83 | 0 | 1A | 17 | 21 | 161 | 15 | 3A |
| Octal | 253 | 176 | 203 | 0 | 32 | 27 | 41 | 541 | 25 | 72 |
| Binary | 10101011 | 1111110 | 10000011 | 0 | 11010 | 10111 | 100001 | 101100001 | 10101 | 111010 |
Color Harmonies of #AB7E83
Complementary color
Monochromatic Colors of #AB7E83
Black with #AB7E83
Text Example
Text Example
White with #AB7E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E83; }
p { color: rgb(171,126,131); }
H1.HeaderClassName
{
color: #AB7E83;
}
.AnyTagClassName
{
color: #AB7E83;
}
</style>
background-color css
<style>
a { background-color: #AB7E83; }
a { background-color: rgb(171,126,131); }
div.DivClassName
{
background-color: #AB7E83;
}
.BgClassName
{
background-color: #AB7E83;
}
</style>
border-color css
<style>
span { border-color: #AB7E83; }
span { border-color: rgb(171,126,131); }
td.TdClassName
{
border-color: #AB7E83;
}
.TagClassName
{
border-color: #AB7E83;
}
</style>