Shades of Turkish Rose #AC6270
Tints of Turkish Rose #AC6270
RGB
CMYK
RGB Variations
Color information
#AC6270 (or 0xAC6270) is known color: Turkish Rose. HEX triplet: AC, 62 and 70. RGB value is (172,98,112). Sum of RGB (Red+Green+Blue) = 172+98+112=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6270 is #539D8F. Grayscale: #797979. Windows color (decimal): -5479824 or 7365292. OLE color: 7365292.
HSL color Cylindrical-coordinate representation of color #AC6270: hue angle of 348.65º 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 #AC6270 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 112 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.33 |
| HSL | 348.65º | 0.31% | 0.53% | - |
| HSV(B) | 348.65º | 0.43% | 0.67% | - |
| XYZ | 24.31 | 18.68 | 17.65 | - |
| YUV | 121.72 | 122.52 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 112 | 0 | 0.43 | 0.35 | 0.33 | 348.65 | 0.31 | 0.53 |
| Hex | AC | 62 | 70 | 0 | 2B | 23 | 21 | 15D | 1F | 35 |
| Octal | 254 | 142 | 160 | 0 | 53 | 43 | 41 | 535 | 37 | 65 |
| Binary | 10101100 | 1100010 | 1110000 | 0 | 101011 | 100011 | 100001 | 101011101 | 11111 | 110101 |
Color Harmonies of #AC6270
Complementary color
Monochromatic Colors of #AC6270
Black with #AC6270
Text Example
Text Example
White with #AC6270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6270; }
p { color: rgb(172,98,112); }
H1.HeaderClassName
{
color: #AC6270;
}
.AnyTagClassName
{
color: #AC6270;
}
</style>
background-color css
<style>
a { background-color: #AC6270; }
a { background-color: rgb(172,98,112); }
div.DivClassName
{
background-color: #AC6270;
}
.BgClassName
{
background-color: #AC6270;
}
</style>
border-color css
<style>
span { border-color: #AC6270; }
span { border-color: rgb(172,98,112); }
td.TdClassName
{
border-color: #AC6270;
}
.TagClassName
{
border-color: #AC6270;
}
</style>