Shades of Turkish Rose #AC727A
Tints of Turkish Rose #AC727A
RGB
CMYK
RGB Variations
Color information
#AC727A (or 0xAC727A) is known color: Turkish Rose. HEX triplet: AC, 72 and 7A. RGB value is (172,114,122). Sum of RGB (Red+Green+Blue) = 172+114+122=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC727A is #538D85. Grayscale: #848484. Windows color (decimal): -5475718 or 8024748. OLE color: 8024748.
HSL color Cylindrical-coordinate representation of color #AC727A: hue angle of 351.72º 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 #AC727A is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 122 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.33 |
| HSL | 351.72º | 0.26% | 0.56% | - |
| HSV(B) | 351.72º | 0.34% | 0.67% | - |
| XYZ | 26.54 | 22.21 | 21.3 | - |
| YUV | 132.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 122 | 0 | 0.34 | 0.29 | 0.33 | 351.72 | 0.26 | 0.56 |
| Hex | AC | 72 | 7A | 0 | 22 | 1D | 21 | 160 | 1A | 38 |
| Octal | 254 | 162 | 172 | 0 | 42 | 35 | 41 | 540 | 32 | 70 |
| Binary | 10101100 | 1110010 | 1111010 | 0 | 100010 | 11101 | 100001 | 101100000 | 11010 | 111000 |
Color Harmonies of #AC727A
Complementary color
Monochromatic Colors of #AC727A
Black with #AC727A
Text Example
Text Example
White with #AC727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC727A; }
p { color: rgb(172,114,122); }
H1.HeaderClassName
{
color: #AC727A;
}
.AnyTagClassName
{
color: #AC727A;
}
</style>
background-color css
<style>
a { background-color: #AC727A; }
a { background-color: rgb(172,114,122); }
div.DivClassName
{
background-color: #AC727A;
}
.BgClassName
{
background-color: #AC727A;
}
</style>
border-color css
<style>
span { border-color: #AC727A; }
span { border-color: rgb(172,114,122); }
td.TdClassName
{
border-color: #AC727A;
}
.TagClassName
{
border-color: #AC727A;
}
</style>