Shades of Turkish Rose #AB697A
Tints of Turkish Rose #AB697A
RGB
CMYK
RGB Variations
Color information
#AB697A (or 0xAB697A) is known color: Turkish Rose. HEX triplet: AB, 69 and 7A. RGB value is (171,105,122). Sum of RGB (Red+Green+Blue) = 171+105+122=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB697A is #549685. Grayscale: #7E7E7E. Windows color (decimal): -5543558 or 8022443. OLE color: 8022443.
HSL color Cylindrical-coordinate representation of color #AB697A: hue angle of 344.55º 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 #AB697A is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 122 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.33 |
| HSL | 344.55º | 0.28% | 0.54% | - |
| HSV(B) | 344.55º | 0.39% | 0.67% | - |
| XYZ | 25.36 | 20.17 | 20.97 | - |
| YUV | 126.67 | 125.37 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 122 | 0 | 0.39 | 0.29 | 0.33 | 344.55 | 0.28 | 0.54 |
| Hex | AB | 69 | 7A | 0 | 27 | 1D | 21 | 159 | 1C | 36 |
| Octal | 253 | 151 | 172 | 0 | 47 | 35 | 41 | 531 | 34 | 66 |
| Binary | 10101011 | 1101001 | 1111010 | 0 | 100111 | 11101 | 100001 | 101011001 | 11100 | 110110 |
Color Harmonies of #AB697A
Complementary color
Monochromatic Colors of #AB697A
Black with #AB697A
Text Example
Text Example
White with #AB697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB697A; }
p { color: rgb(171,105,122); }
H1.HeaderClassName
{
color: #AB697A;
}
.AnyTagClassName
{
color: #AB697A;
}
</style>
background-color css
<style>
a { background-color: #AB697A; }
a { background-color: rgb(171,105,122); }
div.DivClassName
{
background-color: #AB697A;
}
.BgClassName
{
background-color: #AB697A;
}
</style>
border-color css
<style>
span { border-color: #AB697A; }
span { border-color: rgb(171,105,122); }
td.TdClassName
{
border-color: #AB697A;
}
.TagClassName
{
border-color: #AB697A;
}
</style>