Shades of Turkish Rose #AC7273
Tints of Turkish Rose #AC7273
RGB
CMYK
RGB Variations
Color information
#AC7273 (or 0xAC7273) is known color: Turkish Rose. HEX triplet: AC, 72 and 73. RGB value is (172,114,115). Sum of RGB (Red+Green+Blue) = 172+114+115=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7273 is #538D8C. Grayscale: #838383. Windows color (decimal): -5475725 or 7565996. OLE color: 7565996.
HSL color Cylindrical-coordinate representation of color #AC7273: hue angle of 358.97º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC7273 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 115 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.33 |
| HSL | 358.97º | 0.26% | 0.56% | - |
| HSV(B) | 358.97º | 0.34% | 0.67% | - |
| XYZ | 26.13 | 22.04 | 19.1 | - |
| YUV | 131.46 | 118.72 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 115 | 0 | 0.34 | 0.33 | 0.33 | 358.97 | 0.26 | 0.56 |
| Hex | AC | 72 | 73 | 0 | 22 | 21 | 21 | 167 | 1A | 38 |
| Octal | 254 | 162 | 163 | 0 | 42 | 41 | 41 | 547 | 32 | 70 |
| Binary | 10101100 | 1110010 | 1110011 | 0 | 100010 | 100001 | 100001 | 101100111 | 11010 | 111000 |
Color Harmonies of #AC7273
Complementary color
Monochromatic Colors of #AC7273
Black with #AC7273
Text Example
Text Example
White with #AC7273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7273; }
p { color: rgb(172,114,115); }
H1.HeaderClassName
{
color: #AC7273;
}
.AnyTagClassName
{
color: #AC7273;
}
</style>
background-color css
<style>
a { background-color: #AC7273; }
a { background-color: rgb(172,114,115); }
div.DivClassName
{
background-color: #AC7273;
}
.BgClassName
{
background-color: #AC7273;
}
</style>
border-color css
<style>
span { border-color: #AC7273; }
span { border-color: rgb(172,114,115); }
td.TdClassName
{
border-color: #AC7273;
}
.TagClassName
{
border-color: #AC7273;
}
</style>