Shades of Turkish Rose #AC727B
Tints of Turkish Rose #AC727B
RGB
CMYK
RGB Variations
Color information
#AC727B (or 0xAC727B) is known color: Turkish Rose. HEX triplet: AC, 72 and 7B. RGB value is (172,114,123). Sum of RGB (Red+Green+Blue) = 172+114+123=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC727B is #538D84. Grayscale: #848484. Windows color (decimal): -5475717 or 8090284. OLE color: 8090284.
HSL color Cylindrical-coordinate representation of color #AC727B: hue angle of 350.69º 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 #AC727B is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 123 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.33 |
| HSL | 350.69º | 0.26% | 0.56% | - |
| HSV(B) | 350.69º | 0.34% | 0.67% | - |
| XYZ | 26.61 | 22.24 | 21.63 | - |
| YUV | 132.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 123 | 0 | 0.34 | 0.28 | 0.33 | 350.69 | 0.26 | 0.56 |
| Hex | AC | 72 | 7B | 0 | 22 | 1C | 21 | 15F | 1A | 38 |
| Octal | 254 | 162 | 173 | 0 | 42 | 34 | 41 | 537 | 32 | 70 |
| Binary | 10101100 | 1110010 | 1111011 | 0 | 100010 | 11100 | 100001 | 101011111 | 11010 | 111000 |
Color Harmonies of #AC727B
Complementary color
Monochromatic Colors of #AC727B
Black with #AC727B
Text Example
Text Example
White with #AC727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC727B; }
p { color: rgb(172,114,123); }
H1.HeaderClassName
{
color: #AC727B;
}
.AnyTagClassName
{
color: #AC727B;
}
</style>
background-color css
<style>
a { background-color: #AC727B; }
a { background-color: rgb(172,114,123); }
div.DivClassName
{
background-color: #AC727B;
}
.BgClassName
{
background-color: #AC727B;
}
</style>
border-color css
<style>
span { border-color: #AC727B; }
span { border-color: rgb(172,114,123); }
td.TdClassName
{
border-color: #AC727B;
}
.TagClassName
{
border-color: #AC727B;
}
</style>