Shades of Turkish Rose #AC656B
Tints of Turkish Rose #AC656B
RGB
CMYK
RGB Variations
Color information
#AC656B (or 0xAC656B) is known color: Turkish Rose. HEX triplet: AC, 65 and 6B. RGB value is (172,101,107). Sum of RGB (Red+Green+Blue) = 172+101+107=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC656B is #539A94. Grayscale: #7A7A7A. Windows color (decimal): -5479061 or 7038380. OLE color: 7038380.
HSL color Cylindrical-coordinate representation of color #AC656B: hue angle of 354.93º 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 #AC656B is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 107 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.33 |
| HSL | 354.93º | 0.3% | 0.54% | - |
| HSV(B) | 354.93º | 0.41% | 0.67% | - |
| XYZ | 24.32 | 19.14 | 16.32 | - |
| YUV | 122.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 107 | 0 | 0.41 | 0.38 | 0.33 | 354.93 | 0.3 | 0.54 |
| Hex | AC | 65 | 6B | 0 | 29 | 26 | 21 | 163 | 1E | 36 |
| Octal | 254 | 145 | 153 | 0 | 51 | 46 | 41 | 543 | 36 | 66 |
| Binary | 10101100 | 1100101 | 1101011 | 0 | 101001 | 100110 | 100001 | 101100011 | 11110 | 110110 |
Color Harmonies of #AC656B
Complementary color
Monochromatic Colors of #AC656B
Black with #AC656B
Text Example
Text Example
White with #AC656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC656B; }
p { color: rgb(172,101,107); }
H1.HeaderClassName
{
color: #AC656B;
}
.AnyTagClassName
{
color: #AC656B;
}
</style>
background-color css
<style>
a { background-color: #AC656B; }
a { background-color: rgb(172,101,107); }
div.DivClassName
{
background-color: #AC656B;
}
.BgClassName
{
background-color: #AC656B;
}
</style>
border-color css
<style>
span { border-color: #AC656B; }
span { border-color: rgb(172,101,107); }
td.TdClassName
{
border-color: #AC656B;
}
.TagClassName
{
border-color: #AC656B;
}
</style>