Shades of Turkish Rose #AB686A
Tints of Turkish Rose #AB686A
RGB
CMYK
RGB Variations
Color information
#AB686A (or 0xAB686A) is known color: Turkish Rose. HEX triplet: AB, 68 and 6A. RGB value is (171,104,106). Sum of RGB (Red+Green+Blue) = 171+104+106=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB686A is #549795. Grayscale: #7C7C7C. Windows color (decimal): -5543830 or 6973611. OLE color: 6973611.
HSL color Cylindrical-coordinate representation of color #AB686A: hue angle of 358.21º degrees, saturation: 0.29, 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 #AB686A is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 106 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.33 |
| HSL | 358.21º | 0.29% | 0.54% | - |
| HSV(B) | 358.21º | 0.39% | 0.67% | - |
| XYZ | 24.35 | 19.6 | 16.14 | - |
| YUV | 124.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 106 | 0 | 0.39 | 0.38 | 0.33 | 358.21 | 0.29 | 0.54 |
| Hex | AB | 68 | 6A | 0 | 27 | 26 | 21 | 166 | 1D | 36 |
| Octal | 253 | 150 | 152 | 0 | 47 | 46 | 41 | 546 | 35 | 66 |
| Binary | 10101011 | 1101000 | 1101010 | 0 | 100111 | 100110 | 100001 | 101100110 | 11101 | 110110 |
Color Harmonies of #AB686A
Complementary color
Monochromatic Colors of #AB686A
Black with #AB686A
Text Example
Text Example
White with #AB686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB686A; }
p { color: rgb(171,104,106); }
H1.HeaderClassName
{
color: #AB686A;
}
.AnyTagClassName
{
color: #AB686A;
}
</style>
background-color css
<style>
a { background-color: #AB686A; }
a { background-color: rgb(171,104,106); }
div.DivClassName
{
background-color: #AB686A;
}
.BgClassName
{
background-color: #AB686A;
}
</style>
border-color css
<style>
span { border-color: #AB686A; }
span { border-color: rgb(171,104,106); }
td.TdClassName
{
border-color: #AB686A;
}
.TagClassName
{
border-color: #AB686A;
}
</style>