Shades of Turkish Rose #AB7075
Tints of Turkish Rose #AB7075
RGB
CMYK
RGB Variations
Color information
#AB7075 (or 0xAB7075) is known color: Turkish Rose. HEX triplet: AB, 70 and 75. RGB value is (171,112,117). Sum of RGB (Red+Green+Blue) = 171+112+117=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7075 is #548F8A. Grayscale: #828282. Windows color (decimal): -5541771 or 7696555. OLE color: 7696555.
HSL color Cylindrical-coordinate representation of color #AB7075: hue angle of 354.92º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB7075 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 117 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.33 |
| HSL | 354.92º | 0.26% | 0.55% | - |
| HSV(B) | 354.92º | 0.35% | 0.67% | - |
| XYZ | 25.8 | 21.53 | 19.63 | - |
| YUV | 130.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 117 | 0 | 0.35 | 0.32 | 0.33 | 354.92 | 0.26 | 0.55 |
| Hex | AB | 70 | 75 | 0 | 23 | 20 | 21 | 163 | 1A | 37 |
| Octal | 253 | 160 | 165 | 0 | 43 | 40 | 41 | 543 | 32 | 67 |
| Binary | 10101011 | 1110000 | 1110101 | 0 | 100011 | 100000 | 100001 | 101100011 | 11010 | 110111 |
Color Harmonies of #AB7075
Complementary color
Monochromatic Colors of #AB7075
Black with #AB7075
Text Example
Text Example
White with #AB7075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7075; }
p { color: rgb(171,112,117); }
H1.HeaderClassName
{
color: #AB7075;
}
.AnyTagClassName
{
color: #AB7075;
}
</style>
background-color css
<style>
a { background-color: #AB7075; }
a { background-color: rgb(171,112,117); }
div.DivClassName
{
background-color: #AB7075;
}
.BgClassName
{
background-color: #AB7075;
}
</style>
border-color css
<style>
span { border-color: #AB7075; }
span { border-color: rgb(171,112,117); }
td.TdClassName
{
border-color: #AB7075;
}
.TagClassName
{
border-color: #AB7075;
}
</style>