Shades of Turkish Rose #AB7275
Tints of Turkish Rose #AB7275
RGB
CMYK
RGB Variations
Color information
#AB7275 (or 0xAB7275) is known color: Turkish Rose. HEX triplet: AB, 72 and 75. RGB value is (171,114,117). Sum of RGB (Red+Green+Blue) = 171+114+117=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7275 is #548D8A. Grayscale: #838383. Windows color (decimal): -5541259 or 7697067. OLE color: 7697067.
HSL color Cylindrical-coordinate representation of color #AB7275: hue angle of 356.84º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB7275 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 117 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.33 |
| HSL | 356.84º | 0.25% | 0.56% | - |
| HSV(B) | 356.84º | 0.33% | 0.67% | - |
| XYZ | 26.02 | 21.98 | 19.7 | - |
| YUV | 131.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 117 | 0 | 0.33 | 0.32 | 0.33 | 356.84 | 0.25 | 0.56 |
| Hex | AB | 72 | 75 | 0 | 21 | 20 | 21 | 165 | 19 | 38 |
| Octal | 253 | 162 | 165 | 0 | 41 | 40 | 41 | 545 | 31 | 70 |
| Binary | 10101011 | 1110010 | 1110101 | 0 | 100001 | 100000 | 100001 | 101100101 | 11001 | 111000 |
Color Harmonies of #AB7275
Complementary color
Monochromatic Colors of #AB7275
Black with #AB7275
Text Example
Text Example
White with #AB7275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7275; }
p { color: rgb(171,114,117); }
H1.HeaderClassName
{
color: #AB7275;
}
.AnyTagClassName
{
color: #AB7275;
}
</style>
background-color css
<style>
a { background-color: #AB7275; }
a { background-color: rgb(171,114,117); }
div.DivClassName
{
background-color: #AB7275;
}
.BgClassName
{
background-color: #AB7275;
}
</style>
border-color css
<style>
span { border-color: #AB7275; }
span { border-color: rgb(171,114,117); }
td.TdClassName
{
border-color: #AB7275;
}
.TagClassName
{
border-color: #AB7275;
}
</style>