Shades of Turkish Rose #AC6067
Tints of Turkish Rose #AC6067
RGB
CMYK
RGB Variations
Color information
#AC6067 (or 0xAC6067) is known color: Turkish Rose. HEX triplet: AC, 60 and 67. RGB value is (172,96,103). Sum of RGB (Red+Green+Blue) = 172+96+103=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6067 is #539F98. Grayscale: #777777. Windows color (decimal): -5480345 or 6774956. OLE color: 6774956.
HSL color Cylindrical-coordinate representation of color #AC6067: hue angle of 354.47º 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 #AC6067 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 96 | 103 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.33 |
| HSL | 354.47º | 0.31% | 0.53% | - |
| HSV(B) | 354.47º | 0.44% | 0.67% | - |
| XYZ | 23.64 | 18.12 | 15.08 | - |
| YUV | 119.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 103 | 0 | 0.44 | 0.40 | 0.33 | 354.47 | 0.31 | 0.53 |
| Hex | AC | 60 | 67 | 0 | 2C | 28 | 21 | 162 | 1F | 35 |
| Octal | 254 | 140 | 147 | 0 | 54 | 50 | 41 | 542 | 37 | 65 |
| Binary | 10101100 | 1100000 | 1100111 | 0 | 101100 | 101000 | 100001 | 101100010 | 11111 | 110101 |
Color Harmonies of #AC6067
Complementary color
Monochromatic Colors of #AC6067
Black with #AC6067
Text Example
Text Example
White with #AC6067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6067; }
p { color: rgb(172,96,103); }
H1.HeaderClassName
{
color: #AC6067;
}
.AnyTagClassName
{
color: #AC6067;
}
</style>
background-color css
<style>
a { background-color: #AC6067; }
a { background-color: rgb(172,96,103); }
div.DivClassName
{
background-color: #AC6067;
}
.BgClassName
{
background-color: #AC6067;
}
</style>
border-color css
<style>
span { border-color: #AC6067; }
span { border-color: rgb(172,96,103); }
td.TdClassName
{
border-color: #AC6067;
}
.TagClassName
{
border-color: #AC6067;
}
</style>