Shades of Turkish Rose #AC6777
Tints of Turkish Rose #AC6777
RGB
CMYK
RGB Variations
Color information
#AC6777 (or 0xAC6777) is known color: Turkish Rose. HEX triplet: AC, 67 and 77. RGB value is (172,103,119). Sum of RGB (Red+Green+Blue) = 172+103+119=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6777 is #539888. Grayscale: #7D7D7D. Windows color (decimal): -5478537 or 7825324. OLE color: 7825324.
HSL color Cylindrical-coordinate representation of color #AC6777: hue angle of 346.09º 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 #AC6777 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 119 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.33 |
| HSL | 346.09º | 0.29% | 0.54% | - |
| HSV(B) | 346.09º | 0.4% | 0.67% | - |
| XYZ | 25.19 | 19.8 | 19.95 | - |
| YUV | 125.46 | 124.36 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 119 | 0 | 0.40 | 0.31 | 0.33 | 346.09 | 0.29 | 0.54 |
| Hex | AC | 67 | 77 | 0 | 28 | 1F | 21 | 15A | 1D | 36 |
| Octal | 254 | 147 | 167 | 0 | 50 | 37 | 41 | 532 | 35 | 66 |
| Binary | 10101100 | 1100111 | 1110111 | 0 | 101000 | 11111 | 100001 | 101011010 | 11101 | 110110 |
Color Harmonies of #AC6777
Complementary color
Monochromatic Colors of #AC6777
Black with #AC6777
Text Example
Text Example
White with #AC6777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6777; }
p { color: rgb(172,103,119); }
H1.HeaderClassName
{
color: #AC6777;
}
.AnyTagClassName
{
color: #AC6777;
}
</style>
background-color css
<style>
a { background-color: #AC6777; }
a { background-color: rgb(172,103,119); }
div.DivClassName
{
background-color: #AC6777;
}
.BgClassName
{
background-color: #AC6777;
}
</style>
border-color css
<style>
span { border-color: #AC6777; }
span { border-color: rgb(172,103,119); }
td.TdClassName
{
border-color: #AC6777;
}
.TagClassName
{
border-color: #AC6777;
}
</style>