Shades of Turkish Rose #AC616E
Tints of Turkish Rose #AC616E
RGB
CMYK
RGB Variations
Color information
#AC616E (or 0xAC616E) is known color: Turkish Rose. HEX triplet: AC, 61 and 6E. RGB value is (172,97,110). Sum of RGB (Red+Green+Blue) = 172+97+110=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC616E is #539E91. Grayscale: #787878. Windows color (decimal): -5480082 or 7233964. OLE color: 7233964.
HSL color Cylindrical-coordinate representation of color #AC616E: hue angle of 349.6º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC616E is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 97 | 110 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.33 |
| HSL | 349.6º | 0.31% | 0.53% | - |
| HSV(B) | 349.6º | 0.44% | 0.67% | - |
| XYZ | 24.1 | 18.45 | 17.04 | - |
| YUV | 120.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 110 | 0 | 0.44 | 0.36 | 0.33 | 349.6 | 0.31 | 0.53 |
| Hex | AC | 61 | 6E | 0 | 2C | 24 | 21 | 15E | 1F | 35 |
| Octal | 254 | 141 | 156 | 0 | 54 | 44 | 41 | 536 | 37 | 65 |
| Binary | 10101100 | 1100001 | 1101110 | 0 | 101100 | 100100 | 100001 | 101011110 | 11111 | 110101 |
Color Harmonies of #AC616E
Complementary color
Monochromatic Colors of #AC616E
Black with #AC616E
Text Example
Text Example
White with #AC616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC616E; }
p { color: rgb(172,97,110); }
H1.HeaderClassName
{
color: #AC616E;
}
.AnyTagClassName
{
color: #AC616E;
}
</style>
background-color css
<style>
a { background-color: #AC616E; }
a { background-color: rgb(172,97,110); }
div.DivClassName
{
background-color: #AC616E;
}
.BgClassName
{
background-color: #AC616E;
}
</style>
border-color css
<style>
span { border-color: #AC616E; }
span { border-color: rgb(172,97,110); }
td.TdClassName
{
border-color: #AC616E;
}
.TagClassName
{
border-color: #AC616E;
}
</style>