Shades of Turkish Rose #AC6677
Tints of Turkish Rose #AC6677
RGB
CMYK
RGB Variations
Color information
#AC6677 (or 0xAC6677) is known color: Turkish Rose. HEX triplet: AC, 66 and 77. RGB value is (172,102,119). Sum of RGB (Red+Green+Blue) = 172+102+119=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6677 is #539988. Grayscale: #7C7C7C. Windows color (decimal): -5478793 or 7825068. OLE color: 7825068.
HSL color Cylindrical-coordinate representation of color #AC6677: hue angle of 345.43º 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 #AC6677 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 119 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.33 |
| HSL | 345.43º | 0.3% | 0.54% | - |
| HSV(B) | 345.43º | 0.41% | 0.67% | - |
| XYZ | 25.09 | 19.61 | 19.91 | - |
| YUV | 124.87 | 124.69 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 119 | 0 | 0.41 | 0.31 | 0.33 | 345.43 | 0.3 | 0.54 |
| Hex | AC | 66 | 77 | 0 | 29 | 1F | 21 | 159 | 1E | 36 |
| Octal | 254 | 146 | 167 | 0 | 51 | 37 | 41 | 531 | 36 | 66 |
| Binary | 10101100 | 1100110 | 1110111 | 0 | 101001 | 11111 | 100001 | 101011001 | 11110 | 110110 |
Color Harmonies of #AC6677
Complementary color
Monochromatic Colors of #AC6677
Black with #AC6677
Text Example
Text Example
White with #AC6677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6677; }
p { color: rgb(172,102,119); }
H1.HeaderClassName
{
color: #AC6677;
}
.AnyTagClassName
{
color: #AC6677;
}
</style>
background-color css
<style>
a { background-color: #AC6677; }
a { background-color: rgb(172,102,119); }
div.DivClassName
{
background-color: #AC6677;
}
.BgClassName
{
background-color: #AC6677;
}
</style>
border-color css
<style>
span { border-color: #AC6677; }
span { border-color: rgb(172,102,119); }
td.TdClassName
{
border-color: #AC6677;
}
.TagClassName
{
border-color: #AC6677;
}
</style>