Shades of Turkish Rose #AC6075
Tints of Turkish Rose #AC6075
RGB
CMYK
RGB Variations
Color information
#AC6075 (or 0xAC6075) is known color: Turkish Rose. HEX triplet: AC, 60 and 75. RGB value is (172,96,117). Sum of RGB (Red+Green+Blue) = 172+96+117=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6075 is #539F8A. Grayscale: #797979. Windows color (decimal): -5480331 or 7692460. OLE color: 7692460.
HSL color Cylindrical-coordinate representation of color #AC6075: hue angle of 343.42º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC6075 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 96 | 117 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.33 |
| HSL | 343.42º | 0.31% | 0.53% | - |
| HSV(B) | 343.42º | 0.44% | 0.67% | - |
| XYZ | 24.41 | 18.42 | 19.1 | - |
| YUV | 121.12 | 125.68 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 117 | 0 | 0.44 | 0.32 | 0.33 | 343.42 | 0.31 | 0.53 |
| Hex | AC | 60 | 75 | 0 | 2C | 20 | 21 | 157 | 1F | 35 |
| Octal | 254 | 140 | 165 | 0 | 54 | 40 | 41 | 527 | 37 | 65 |
| Binary | 10101100 | 1100000 | 1110101 | 0 | 101100 | 100000 | 100001 | 101010111 | 11111 | 110101 |
Color Harmonies of #AC6075
Complementary color
Monochromatic Colors of #AC6075
Black with #AC6075
Text Example
Text Example
White with #AC6075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6075; }
p { color: rgb(172,96,117); }
H1.HeaderClassName
{
color: #AC6075;
}
.AnyTagClassName
{
color: #AC6075;
}
</style>
background-color css
<style>
a { background-color: #AC6075; }
a { background-color: rgb(172,96,117); }
div.DivClassName
{
background-color: #AC6075;
}
.BgClassName
{
background-color: #AC6075;
}
</style>
border-color css
<style>
span { border-color: #AC6075; }
span { border-color: rgb(172,96,117); }
td.TdClassName
{
border-color: #AC6075;
}
.TagClassName
{
border-color: #AC6075;
}
</style>