Shades of Turkish Rose #AC737C
Tints of Turkish Rose #AC737C
RGB
CMYK
RGB Variations
Color information
#AC737C (or 0xAC737C) is known color: Turkish Rose. HEX triplet: AC, 73 and 7C. RGB value is (172,115,124). Sum of RGB (Red+Green+Blue) = 172+115+124=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC737C is #538C83. Grayscale: #858585. Windows color (decimal): -5475460 or 8156076. OLE color: 8156076.
HSL color Cylindrical-coordinate representation of color #AC737C: hue angle of 350.53º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC737C is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 124 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.33 |
| HSL | 350.53º | 0.26% | 0.56% | - |
| HSV(B) | 350.53º | 0.33% | 0.67% | - |
| XYZ | 26.78 | 22.49 | 22 | - |
| YUV | 133.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 124 | 0 | 0.33 | 0.28 | 0.33 | 350.53 | 0.26 | 0.56 |
| Hex | AC | 73 | 7C | 0 | 21 | 1C | 21 | 15F | 1A | 38 |
| Octal | 254 | 163 | 174 | 0 | 41 | 34 | 41 | 537 | 32 | 70 |
| Binary | 10101100 | 1110011 | 1111100 | 0 | 100001 | 11100 | 100001 | 101011111 | 11010 | 111000 |
Color Harmonies of #AC737C
Complementary color
Monochromatic Colors of #AC737C
Black with #AC737C
Text Example
Text Example
White with #AC737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC737C; }
p { color: rgb(172,115,124); }
H1.HeaderClassName
{
color: #AC737C;
}
.AnyTagClassName
{
color: #AC737C;
}
</style>
background-color css
<style>
a { background-color: #AC737C; }
a { background-color: rgb(172,115,124); }
div.DivClassName
{
background-color: #AC737C;
}
.BgClassName
{
background-color: #AC737C;
}
</style>
border-color css
<style>
span { border-color: #AC737C; }
span { border-color: rgb(172,115,124); }
td.TdClassName
{
border-color: #AC737C;
}
.TagClassName
{
border-color: #AC737C;
}
</style>