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