Shades of Turkish Rose #AC676B
Tints of Turkish Rose #AC676B
RGB
CMYK
RGB Variations
Color information
#AC676B (or 0xAC676B) is known color: Turkish Rose. HEX triplet: AC, 67 and 6B. RGB value is (172,103,107). Sum of RGB (Red+Green+Blue) = 172+103+107=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC676B is #539894. Grayscale: #7C7C7C. Windows color (decimal): -5478549 or 7038892. OLE color: 7038892.
HSL color Cylindrical-coordinate representation of color #AC676B: hue angle of 356.52º 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 #AC676B is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 107 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.33 |
| HSL | 356.52º | 0.29% | 0.54% | - |
| HSV(B) | 356.52º | 0.4% | 0.67% | - |
| XYZ | 24.52 | 19.53 | 16.39 | - |
| YUV | 124.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 107 | 0 | 0.40 | 0.38 | 0.33 | 356.52 | 0.29 | 0.54 |
| Hex | AC | 67 | 6B | 0 | 28 | 26 | 21 | 165 | 1D | 36 |
| Octal | 254 | 147 | 153 | 0 | 50 | 46 | 41 | 545 | 35 | 66 |
| Binary | 10101100 | 1100111 | 1101011 | 0 | 101000 | 100110 | 100001 | 101100101 | 11101 | 110110 |
Color Harmonies of #AC676B
Complementary color
Monochromatic Colors of #AC676B
Black with #AC676B
Text Example
Text Example
White with #AC676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC676B; }
p { color: rgb(172,103,107); }
H1.HeaderClassName
{
color: #AC676B;
}
.AnyTagClassName
{
color: #AC676B;
}
</style>
background-color css
<style>
a { background-color: #AC676B; }
a { background-color: rgb(172,103,107); }
div.DivClassName
{
background-color: #AC676B;
}
.BgClassName
{
background-color: #AC676B;
}
</style>
border-color css
<style>
span { border-color: #AC676B; }
span { border-color: rgb(172,103,107); }
td.TdClassName
{
border-color: #AC676B;
}
.TagClassName
{
border-color: #AC676B;
}
</style>