Shades of Turkish Rose #AC6775
Tints of Turkish Rose #AC6775
RGB
CMYK
RGB Variations
Color information
#AC6775 (or 0xAC6775) is known color: Turkish Rose. HEX triplet: AC, 67 and 75. RGB value is (172,103,117). Sum of RGB (Red+Green+Blue) = 172+103+117=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6775 is #53988A. Grayscale: #7D7D7D. Windows color (decimal): -5478539 or 7694252. OLE color: 7694252.
HSL color Cylindrical-coordinate representation of color #AC6775: hue angle of 347.83º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC6775 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 117 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.33 |
| HSL | 347.83º | 0.29% | 0.54% | - |
| HSV(B) | 347.83º | 0.4% | 0.67% | - |
| XYZ | 25.07 | 19.76 | 19.32 | - |
| YUV | 125.23 | 123.36 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 117 | 0 | 0.40 | 0.32 | 0.33 | 347.83 | 0.29 | 0.54 |
| Hex | AC | 67 | 75 | 0 | 28 | 20 | 21 | 15C | 1D | 36 |
| Octal | 254 | 147 | 165 | 0 | 50 | 40 | 41 | 534 | 35 | 66 |
| Binary | 10101100 | 1100111 | 1110101 | 0 | 101000 | 100000 | 100001 | 101011100 | 11101 | 110110 |
Color Harmonies of #AC6775
Complementary color
Monochromatic Colors of #AC6775
Black with #AC6775
Text Example
Text Example
White with #AC6775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6775; }
p { color: rgb(172,103,117); }
H1.HeaderClassName
{
color: #AC6775;
}
.AnyTagClassName
{
color: #AC6775;
}
</style>
background-color css
<style>
a { background-color: #AC6775; }
a { background-color: rgb(172,103,117); }
div.DivClassName
{
background-color: #AC6775;
}
.BgClassName
{
background-color: #AC6775;
}
</style>
border-color css
<style>
span { border-color: #AC6775; }
span { border-color: rgb(172,103,117); }
td.TdClassName
{
border-color: #AC6775;
}
.TagClassName
{
border-color: #AC6775;
}
</style>