Shades of Turkish Rose #AC5F6E
Tints of Turkish Rose #AC5F6E
RGB
CMYK
RGB Variations
Color information
#AC5F6E (or 0xAC5F6E) is known color: Turkish Rose. HEX triplet: AC, 5F and 6E. RGB value is (172,95,110). Sum of RGB (Red+Green+Blue) = 172+95+110=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5F6E is #53A091. Grayscale: #777777. Windows color (decimal): -5480594 or 7233452. OLE color: 7233452.
HSL color Cylindrical-coordinate representation of color #AC5F6E: hue angle of 348.31º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC5F6E is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 95 | 110 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.33 |
| HSL | 348.31º | 0.32% | 0.52% | - |
| HSV(B) | 348.31º | 0.45% | 0.67% | - |
| XYZ | 23.92 | 18.08 | 16.98 | - |
| YUV | 119.73 | 122.51 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 95 | 110 | 0 | 0.45 | 0.36 | 0.33 | 348.31 | 0.32 | 0.52 |
| Hex | AC | 5F | 6E | 0 | 2D | 24 | 21 | 15C | 20 | 34 |
| Octal | 254 | 137 | 156 | 0 | 55 | 44 | 41 | 534 | 40 | 64 |
| Binary | 10101100 | 1011111 | 1101110 | 0 | 101101 | 100100 | 100001 | 101011100 | 100000 | 110100 |
Color Harmonies of #AC5F6E
Complementary color
Monochromatic Colors of #AC5F6E
Black with #AC5F6E
Text Example
Text Example
White with #AC5F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5F6E; }
p { color: rgb(172,95,110); }
H1.HeaderClassName
{
color: #AC5F6E;
}
.AnyTagClassName
{
color: #AC5F6E;
}
</style>
background-color css
<style>
a { background-color: #AC5F6E; }
a { background-color: rgb(172,95,110); }
div.DivClassName
{
background-color: #AC5F6E;
}
.BgClassName
{
background-color: #AC5F6E;
}
</style>
border-color css
<style>
span { border-color: #AC5F6E; }
span { border-color: rgb(172,95,110); }
td.TdClassName
{
border-color: #AC5F6E;
}
.TagClassName
{
border-color: #AC5F6E;
}
</style>