Shades of Turkish Rose #AB616A
Tints of Turkish Rose #AB616A
RGB
CMYK
RGB Variations
Color information
#AB616A (or 0xAB616A) is known color: Turkish Rose. HEX triplet: AB, 61 and 6A. RGB value is (171,97,106). Sum of RGB (Red+Green+Blue) = 171+97+106=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB616A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB616A is #549E95. Grayscale: #787878. Windows color (decimal): -5545622 or 6971819. OLE color: 6971819.
HSL color Cylindrical-coordinate representation of color #AB616A: hue angle of 352.7º degrees, saturation: 0.31, 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 #AB616A is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 97 | 106 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.33 |
| HSL | 352.7º | 0.31% | 0.53% | - |
| HSV(B) | 352.7º | 0.43% | 0.67% | - |
| XYZ | 23.67 | 18.25 | 15.91 | - |
| YUV | 120.15 | 120.02 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 106 | 0 | 0.43 | 0.38 | 0.33 | 352.7 | 0.31 | 0.53 |
| Hex | AB | 61 | 6A | 0 | 2B | 26 | 21 | 161 | 1F | 35 |
| Octal | 253 | 141 | 152 | 0 | 53 | 46 | 41 | 541 | 37 | 65 |
| Binary | 10101011 | 1100001 | 1101010 | 0 | 101011 | 100110 | 100001 | 101100001 | 11111 | 110101 |
Color Harmonies of #AB616A
Complementary color
Monochromatic Colors of #AB616A
Black with #AB616A
Text Example
Text Example
White with #AB616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB616A; }
p { color: rgb(171,97,106); }
H1.HeaderClassName
{
color: #AB616A;
}
.AnyTagClassName
{
color: #AB616A;
}
</style>
background-color css
<style>
a { background-color: #AB616A; }
a { background-color: rgb(171,97,106); }
div.DivClassName
{
background-color: #AB616A;
}
.BgClassName
{
background-color: #AB616A;
}
</style>
border-color css
<style>
span { border-color: #AB616A; }
span { border-color: rgb(171,97,106); }
td.TdClassName
{
border-color: #AB616A;
}
.TagClassName
{
border-color: #AB616A;
}
</style>