Shades of Turkish Rose #AC6273
Tints of Turkish Rose #AC6273
RGB
CMYK
RGB Variations
Color information
#AC6273 (or 0xAC6273) is known color: Turkish Rose. HEX triplet: AC, 62 and 73. RGB value is (172,98,115). Sum of RGB (Red+Green+Blue) = 172+98+115=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6273 is #539D8C. Grayscale: #7A7A7A. Windows color (decimal): -5479821 or 7561900. OLE color: 7561900.
HSL color Cylindrical-coordinate representation of color #AC6273: hue angle of 346.22º 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 #AC6273 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 115 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.33 |
| HSL | 346.22º | 0.31% | 0.53% | - |
| HSV(B) | 346.22º | 0.43% | 0.67% | - |
| XYZ | 24.48 | 18.74 | 18.55 | - |
| YUV | 122.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 115 | 0 | 0.43 | 0.33 | 0.33 | 346.22 | 0.31 | 0.53 |
| Hex | AC | 62 | 73 | 0 | 2B | 21 | 21 | 15A | 1F | 35 |
| Octal | 254 | 142 | 163 | 0 | 53 | 41 | 41 | 532 | 37 | 65 |
| Binary | 10101100 | 1100010 | 1110011 | 0 | 101011 | 100001 | 100001 | 101011010 | 11111 | 110101 |
Color Harmonies of #AC6273
Complementary color
Monochromatic Colors of #AC6273
Black with #AC6273
Text Example
Text Example
White with #AC6273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6273; }
p { color: rgb(172,98,115); }
H1.HeaderClassName
{
color: #AC6273;
}
.AnyTagClassName
{
color: #AC6273;
}
</style>
background-color css
<style>
a { background-color: #AC6273; }
a { background-color: rgb(172,98,115); }
div.DivClassName
{
background-color: #AC6273;
}
.BgClassName
{
background-color: #AC6273;
}
</style>
border-color css
<style>
span { border-color: #AC6273; }
span { border-color: rgb(172,98,115); }
td.TdClassName
{
border-color: #AC6273;
}
.TagClassName
{
border-color: #AC6273;
}
</style>