Shades of Turkish Rose #AB676A
Tints of Turkish Rose #AB676A
RGB
CMYK
RGB Variations
Color information
#AB676A (or 0xAB676A) is known color: Turkish Rose. HEX triplet: AB, 67 and 6A. RGB value is (171,103,106). Sum of RGB (Red+Green+Blue) = 171+103+106=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB676A is #549895. Grayscale: #7B7B7B. Windows color (decimal): -5544086 or 6973355. OLE color: 6973355.
HSL color Cylindrical-coordinate representation of color #AB676A: hue angle of 357.35º 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 #AB676A is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 106 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.33 |
| HSL | 357.35º | 0.29% | 0.54% | - |
| HSV(B) | 357.35º | 0.4% | 0.67% | - |
| XYZ | 24.25 | 19.4 | 16.1 | - |
| YUV | 123.67 | 118.03 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 106 | 0 | 0.40 | 0.38 | 0.33 | 357.35 | 0.29 | 0.54 |
| Hex | AB | 67 | 6A | 0 | 28 | 26 | 21 | 165 | 1D | 36 |
| Octal | 253 | 147 | 152 | 0 | 50 | 46 | 41 | 545 | 35 | 66 |
| Binary | 10101011 | 1100111 | 1101010 | 0 | 101000 | 100110 | 100001 | 101100101 | 11101 | 110110 |
Color Harmonies of #AB676A
Complementary color
Monochromatic Colors of #AB676A
Black with #AB676A
Text Example
Text Example
White with #AB676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB676A; }
p { color: rgb(171,103,106); }
H1.HeaderClassName
{
color: #AB676A;
}
.AnyTagClassName
{
color: #AB676A;
}
</style>
background-color css
<style>
a { background-color: #AB676A; }
a { background-color: rgb(171,103,106); }
div.DivClassName
{
background-color: #AB676A;
}
.BgClassName
{
background-color: #AB676A;
}
</style>
border-color css
<style>
span { border-color: #AB676A; }
span { border-color: rgb(171,103,106); }
td.TdClassName
{
border-color: #AB676A;
}
.TagClassName
{
border-color: #AB676A;
}
</style>