Shades of Turkish Rose #AB646A
Tints of Turkish Rose #AB646A
RGB
CMYK
RGB Variations
Color information
#AB646A (or 0xAB646A) is known color: Turkish Rose. HEX triplet: AB, 64 and 6A. RGB value is (171,100,106). Sum of RGB (Red+Green+Blue) = 171+100+106=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB646A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB646A is #549B95. Grayscale: #797979. Windows color (decimal): -5544854 or 6972587. OLE color: 6972587.
HSL color Cylindrical-coordinate representation of color #AB646A: hue angle of 354.93º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB646A is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 106 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.33 |
| HSL | 354.93º | 0.3% | 0.53% | - |
| HSV(B) | 354.93º | 0.42% | 0.67% | - |
| XYZ | 23.95 | 18.81 | 16 | - |
| YUV | 121.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 106 | 0 | 0.42 | 0.38 | 0.33 | 354.93 | 0.3 | 0.53 |
| Hex | AB | 64 | 6A | 0 | 2A | 26 | 21 | 163 | 1E | 35 |
| Octal | 253 | 144 | 152 | 0 | 52 | 46 | 41 | 543 | 36 | 65 |
| Binary | 10101011 | 1100100 | 1101010 | 0 | 101010 | 100110 | 100001 | 101100011 | 11110 | 110101 |
Color Harmonies of #AB646A
Complementary color
Monochromatic Colors of #AB646A
Black with #AB646A
Text Example
Text Example
White with #AB646A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB646A; }
p { color: rgb(171,100,106); }
H1.HeaderClassName
{
color: #AB646A;
}
.AnyTagClassName
{
color: #AB646A;
}
</style>
background-color css
<style>
a { background-color: #AB646A; }
a { background-color: rgb(171,100,106); }
div.DivClassName
{
background-color: #AB646A;
}
.BgClassName
{
background-color: #AB646A;
}
</style>
border-color css
<style>
span { border-color: #AB646A; }
span { border-color: rgb(171,100,106); }
td.TdClassName
{
border-color: #AB646A;
}
.TagClassName
{
border-color: #AB646A;
}
</style>