Shades of Turkish Rose #AB6063
Tints of Turkish Rose #AB6063
RGB
CMYK
RGB Variations
Color information
#AB6063 (or 0xAB6063) is known color: Turkish Rose. HEX triplet: AB, 60 and 63. RGB value is (171,96,99). Sum of RGB (Red+Green+Blue) = 171+96+99=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6063 is #549F9C. Grayscale: #767676. Windows color (decimal): -5545885 or 6512811. OLE color: 6512811.
HSL color Cylindrical-coordinate representation of color #AB6063: hue angle of 357.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB6063 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 99 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.33 |
| HSL | 357.6º | 0.31% | 0.52% | - |
| HSV(B) | 357.6º | 0.44% | 0.67% | - |
| XYZ | 23.23 | 17.92 | 14.04 | - |
| YUV | 118.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 99 | 0 | 0.44 | 0.42 | 0.33 | 357.6 | 0.31 | 0.52 |
| Hex | AB | 60 | 63 | 0 | 2C | 2A | 21 | 166 | 1F | 34 |
| Octal | 253 | 140 | 143 | 0 | 54 | 52 | 41 | 546 | 37 | 64 |
| Binary | 10101011 | 1100000 | 1100011 | 0 | 101100 | 101010 | 100001 | 101100110 | 11111 | 110100 |
Color Harmonies of #AB6063
Complementary color
Monochromatic Colors of #AB6063
Black with #AB6063
Text Example
Text Example
White with #AB6063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6063; }
p { color: rgb(171,96,99); }
H1.HeaderClassName
{
color: #AB6063;
}
.AnyTagClassName
{
color: #AB6063;
}
</style>
background-color css
<style>
a { background-color: #AB6063; }
a { background-color: rgb(171,96,99); }
div.DivClassName
{
background-color: #AB6063;
}
.BgClassName
{
background-color: #AB6063;
}
</style>
border-color css
<style>
span { border-color: #AB6063; }
span { border-color: rgb(171,96,99); }
td.TdClassName
{
border-color: #AB6063;
}
.TagClassName
{
border-color: #AB6063;
}
</style>