Shades of Turkish Rose #AB676C
Tints of Turkish Rose #AB676C
RGB
CMYK
RGB Variations
Color information
#AB676C (or 0xAB676C) is known color: Turkish Rose. HEX triplet: AB, 67 and 6C. RGB value is (171,103,108). Sum of RGB (Red+Green+Blue) = 171+103+108=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB676C is #549893. Grayscale: #7B7B7B. Windows color (decimal): -5544084 or 7104427. OLE color: 7104427.
HSL color Cylindrical-coordinate representation of color #AB676C: hue angle of 355.59º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB676C is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 108 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.33 |
| HSL | 355.59º | 0.29% | 0.54% | - |
| HSV(B) | 355.59º | 0.4% | 0.67% | - |
| XYZ | 24.35 | 19.44 | 16.66 | - |
| YUV | 123.9 | 119.03 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 108 | 0 | 0.40 | 0.37 | 0.33 | 355.59 | 0.29 | 0.54 |
| Hex | AB | 67 | 6C | 0 | 28 | 25 | 21 | 164 | 1D | 36 |
| Octal | 253 | 147 | 154 | 0 | 50 | 45 | 41 | 544 | 35 | 66 |
| Binary | 10101011 | 1100111 | 1101100 | 0 | 101000 | 100101 | 100001 | 101100100 | 11101 | 110110 |
Color Harmonies of #AB676C
Complementary color
Monochromatic Colors of #AB676C
Black with #AB676C
Text Example
Text Example
White with #AB676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB676C; }
p { color: rgb(171,103,108); }
H1.HeaderClassName
{
color: #AB676C;
}
.AnyTagClassName
{
color: #AB676C;
}
</style>
background-color css
<style>
a { background-color: #AB676C; }
a { background-color: rgb(171,103,108); }
div.DivClassName
{
background-color: #AB676C;
}
.BgClassName
{
background-color: #AB676C;
}
</style>
border-color css
<style>
span { border-color: #AB676C; }
span { border-color: rgb(171,103,108); }
td.TdClassName
{
border-color: #AB676C;
}
.TagClassName
{
border-color: #AB676C;
}
</style>