Shades of Turkish Rose #AC707A
Tints of Turkish Rose #AC707A
RGB
CMYK
RGB Variations
Color information
#AC707A (or 0xAC707A) is known color: Turkish Rose. HEX triplet: AC, 70 and 7A. RGB value is (172,112,122). Sum of RGB (Red+Green+Blue) = 172+112+122=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC707A is #538F85. Grayscale: #838383. Windows color (decimal): -5476230 or 8024236. OLE color: 8024236.
HSL color Cylindrical-coordinate representation of color #AC707A: hue angle of 350º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC707A is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 122 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.33 |
| HSL | 350º | 0.27% | 0.56% | - |
| HSV(B) | 350º | 0.35% | 0.67% | - |
| XYZ | 26.32 | 21.76 | 21.23 | - |
| YUV | 131.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 122 | 0 | 0.35 | 0.29 | 0.33 | 350 | 0.27 | 0.56 |
| Hex | AC | 70 | 7A | 0 | 23 | 1D | 21 | 15E | 1B | 38 |
| Octal | 254 | 160 | 172 | 0 | 43 | 35 | 41 | 536 | 33 | 70 |
| Binary | 10101100 | 1110000 | 1111010 | 0 | 100011 | 11101 | 100001 | 101011110 | 11011 | 111000 |
Color Harmonies of #AC707A
Complementary color
Monochromatic Colors of #AC707A
Black with #AC707A
Text Example
Text Example
White with #AC707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC707A; }
p { color: rgb(172,112,122); }
H1.HeaderClassName
{
color: #AC707A;
}
.AnyTagClassName
{
color: #AC707A;
}
</style>
background-color css
<style>
a { background-color: #AC707A; }
a { background-color: rgb(172,112,122); }
div.DivClassName
{
background-color: #AC707A;
}
.BgClassName
{
background-color: #AC707A;
}
</style>
border-color css
<style>
span { border-color: #AC707A; }
span { border-color: rgb(172,112,122); }
td.TdClassName
{
border-color: #AC707A;
}
.TagClassName
{
border-color: #AC707A;
}
</style>