Shades of Turkish Rose #AC6575
Tints of Turkish Rose #AC6575
RGB
CMYK
RGB Variations
Color information
#AC6575 (or 0xAC6575) is known color: Turkish Rose. HEX triplet: AC, 65 and 75. RGB value is (172,101,117). Sum of RGB (Red+Green+Blue) = 172+101+117=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6575 is #539A8A. Grayscale: #7C7C7C. Windows color (decimal): -5479051 or 7693740. OLE color: 7693740.
HSL color Cylindrical-coordinate representation of color #AC6575: hue angle of 346.48º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC6575 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 117 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.33 |
| HSL | 346.48º | 0.3% | 0.54% | - |
| HSV(B) | 346.48º | 0.41% | 0.67% | - |
| XYZ | 24.88 | 19.36 | 19.26 | - |
| YUV | 124.05 | 124.02 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 117 | 0 | 0.41 | 0.32 | 0.33 | 346.48 | 0.3 | 0.54 |
| Hex | AC | 65 | 75 | 0 | 29 | 20 | 21 | 15A | 1E | 36 |
| Octal | 254 | 145 | 165 | 0 | 51 | 40 | 41 | 532 | 36 | 66 |
| Binary | 10101100 | 1100101 | 1110101 | 0 | 101001 | 100000 | 100001 | 101011010 | 11110 | 110110 |
Color Harmonies of #AC6575
Complementary color
Monochromatic Colors of #AC6575
Black with #AC6575
Text Example
Text Example
White with #AC6575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6575; }
p { color: rgb(172,101,117); }
H1.HeaderClassName
{
color: #AC6575;
}
.AnyTagClassName
{
color: #AC6575;
}
</style>
background-color css
<style>
a { background-color: #AC6575; }
a { background-color: rgb(172,101,117); }
div.DivClassName
{
background-color: #AC6575;
}
.BgClassName
{
background-color: #AC6575;
}
</style>
border-color css
<style>
span { border-color: #AC6575; }
span { border-color: rgb(172,101,117); }
td.TdClassName
{
border-color: #AC6575;
}
.TagClassName
{
border-color: #AC6575;
}
</style>