Shades of Turkish Rose #AB626C
Tints of Turkish Rose #AB626C
RGB
CMYK
RGB Variations
Color information
#AB626C (or 0xAB626C) is known color: Turkish Rose. HEX triplet: AB, 62 and 6C. RGB value is (171,98,108). Sum of RGB (Red+Green+Blue) = 171+98+108=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB626C is #549D93. Grayscale: #797979. Windows color (decimal): -5545364 or 7103147. OLE color: 7103147.
HSL color Cylindrical-coordinate representation of color #AB626C: hue angle of 351.78º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB626C is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 108 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.33 |
| HSL | 351.78º | 0.3% | 0.53% | - |
| HSV(B) | 351.78º | 0.43% | 0.67% | - |
| XYZ | 23.87 | 18.48 | 16.5 | - |
| YUV | 120.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 108 | 0 | 0.43 | 0.37 | 0.33 | 351.78 | 0.3 | 0.53 |
| Hex | AB | 62 | 6C | 0 | 2B | 25 | 21 | 160 | 1E | 35 |
| Octal | 253 | 142 | 154 | 0 | 53 | 45 | 41 | 540 | 36 | 65 |
| Binary | 10101011 | 1100010 | 1101100 | 0 | 101011 | 100101 | 100001 | 101100000 | 11110 | 110101 |
Color Harmonies of #AB626C
Complementary color
Monochromatic Colors of #AB626C
Black with #AB626C
Text Example
Text Example
White with #AB626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB626C; }
p { color: rgb(171,98,108); }
H1.HeaderClassName
{
color: #AB626C;
}
.AnyTagClassName
{
color: #AB626C;
}
</style>
background-color css
<style>
a { background-color: #AB626C; }
a { background-color: rgb(171,98,108); }
div.DivClassName
{
background-color: #AB626C;
}
.BgClassName
{
background-color: #AB626C;
}
</style>
border-color css
<style>
span { border-color: #AB626C; }
span { border-color: rgb(171,98,108); }
td.TdClassName
{
border-color: #AB626C;
}
.TagClassName
{
border-color: #AB626C;
}
</style>