Shades of Turkish Rose #AB6978
Tints of Turkish Rose #AB6978
RGB
CMYK
RGB Variations
Color information
#AB6978 (or 0xAB6978) is known color: Turkish Rose. HEX triplet: AB, 69 and 78. RGB value is (171,105,120). Sum of RGB (Red+Green+Blue) = 171+105+120=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6978 is #549687. Grayscale: #7E7E7E. Windows color (decimal): -5543560 or 7891371. OLE color: 7891371.
HSL color Cylindrical-coordinate representation of color #AB6978: hue angle of 346.36º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB6978 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 120 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.33 |
| HSL | 346.36º | 0.28% | 0.54% | - |
| HSV(B) | 346.36º | 0.39% | 0.67% | - |
| XYZ | 25.24 | 20.12 | 20.32 | - |
| YUV | 126.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 120 | 0 | 0.39 | 0.30 | 0.33 | 346.36 | 0.28 | 0.54 |
| Hex | AB | 69 | 78 | 0 | 27 | 1E | 21 | 15A | 1C | 36 |
| Octal | 253 | 151 | 170 | 0 | 47 | 36 | 41 | 532 | 34 | 66 |
| Binary | 10101011 | 1101001 | 1111000 | 0 | 100111 | 11110 | 100001 | 101011010 | 11100 | 110110 |
Color Harmonies of #AB6978
Complementary color
Monochromatic Colors of #AB6978
Black with #AB6978
Text Example
Text Example
White with #AB6978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6978; }
p { color: rgb(171,105,120); }
H1.HeaderClassName
{
color: #AB6978;
}
.AnyTagClassName
{
color: #AB6978;
}
</style>
background-color css
<style>
a { background-color: #AB6978; }
a { background-color: rgb(171,105,120); }
div.DivClassName
{
background-color: #AB6978;
}
.BgClassName
{
background-color: #AB6978;
}
</style>
border-color css
<style>
span { border-color: #AB6978; }
span { border-color: rgb(171,105,120); }
td.TdClassName
{
border-color: #AB6978;
}
.TagClassName
{
border-color: #AB6978;
}
</style>