Shades of Turkish Rose #AB676B
Tints of Turkish Rose #AB676B
RGB
CMYK
RGB Variations
Color information
#AB676B (or 0xAB676B) is known color: Turkish Rose. HEX triplet: AB, 67 and 6B. RGB value is (171,103,107). Sum of RGB (Red+Green+Blue) = 171+103+107=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB676B is #549894. Grayscale: #7B7B7B. Windows color (decimal): -5544085 or 7038891. OLE color: 7038891.
HSL color Cylindrical-coordinate representation of color #AB676B: hue angle of 356.47º 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 #AB676B is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 107 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.33 |
| HSL | 356.47º | 0.29% | 0.54% | - |
| HSV(B) | 356.47º | 0.4% | 0.67% | - |
| XYZ | 24.3 | 19.42 | 16.38 | - |
| YUV | 123.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 107 | 0 | 0.40 | 0.37 | 0.33 | 356.47 | 0.29 | 0.54 |
| Hex | AB | 67 | 6B | 0 | 28 | 25 | 21 | 164 | 1D | 36 |
| Octal | 253 | 147 | 153 | 0 | 50 | 45 | 41 | 544 | 35 | 66 |
| Binary | 10101011 | 1100111 | 1101011 | 0 | 101000 | 100101 | 100001 | 101100100 | 11101 | 110110 |
Color Harmonies of #AB676B
Complementary color
Monochromatic Colors of #AB676B
Black with #AB676B
Text Example
Text Example
White with #AB676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB676B; }
p { color: rgb(171,103,107); }
H1.HeaderClassName
{
color: #AB676B;
}
.AnyTagClassName
{
color: #AB676B;
}
</style>
background-color css
<style>
a { background-color: #AB676B; }
a { background-color: rgb(171,103,107); }
div.DivClassName
{
background-color: #AB676B;
}
.BgClassName
{
background-color: #AB676B;
}
</style>
border-color css
<style>
span { border-color: #AB676B; }
span { border-color: rgb(171,103,107); }
td.TdClassName
{
border-color: #AB676B;
}
.TagClassName
{
border-color: #AB676B;
}
</style>