Shades of Turkish Rose #AB696D
Tints of Turkish Rose #AB696D
RGB
CMYK
RGB Variations
Color information
#AB696D (or 0xAB696D) is known color: Turkish Rose. HEX triplet: AB, 69 and 6D. RGB value is (171,105,109). Sum of RGB (Red+Green+Blue) = 171+105+109=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB696D is #549692. Grayscale: #7D7D7D. Windows color (decimal): -5543571 or 7170475. OLE color: 7170475.
HSL color Cylindrical-coordinate representation of color #AB696D: hue angle of 356.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 #AB696D is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 109 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.33 |
| HSL | 356.36º | 0.28% | 0.54% | - |
| HSV(B) | 356.36º | 0.39% | 0.67% | - |
| XYZ | 24.61 | 19.87 | 17.01 | - |
| YUV | 125.19 | 118.87 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 109 | 0 | 0.39 | 0.36 | 0.33 | 356.36 | 0.28 | 0.54 |
| Hex | AB | 69 | 6D | 0 | 27 | 24 | 21 | 164 | 1C | 36 |
| Octal | 253 | 151 | 155 | 0 | 47 | 44 | 41 | 544 | 34 | 66 |
| Binary | 10101011 | 1101001 | 1101101 | 0 | 100111 | 100100 | 100001 | 101100100 | 11100 | 110110 |
Color Harmonies of #AB696D
Complementary color
Monochromatic Colors of #AB696D
Black with #AB696D
Text Example
Text Example
White with #AB696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB696D; }
p { color: rgb(171,105,109); }
H1.HeaderClassName
{
color: #AB696D;
}
.AnyTagClassName
{
color: #AB696D;
}
</style>
background-color css
<style>
a { background-color: #AB696D; }
a { background-color: rgb(171,105,109); }
div.DivClassName
{
background-color: #AB696D;
}
.BgClassName
{
background-color: #AB696D;
}
</style>
border-color css
<style>
span { border-color: #AB696D; }
span { border-color: rgb(171,105,109); }
td.TdClassName
{
border-color: #AB696D;
}
.TagClassName
{
border-color: #AB696D;
}
</style>