Shades of Turkish Rose #AC6C74
Tints of Turkish Rose #AC6C74
RGB
CMYK
RGB Variations
Color information
#AC6C74 (or 0xAC6C74) is known color: Turkish Rose. HEX triplet: AC, 6C and 74. RGB value is (172,108,116). Sum of RGB (Red+Green+Blue) = 172+108+116=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6C74 is #53938B. Grayscale: #808080. Windows color (decimal): -5477260 or 7629996. OLE color: 7629996.
HSL color Cylindrical-coordinate representation of color #AC6C74: hue angle of 352.5º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC6C74 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 116 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.33 |
| HSL | 352.5º | 0.28% | 0.55% | - |
| HSV(B) | 352.5º | 0.37% | 0.67% | - |
| XYZ | 25.53 | 20.76 | 19.18 | - |
| YUV | 128.05 | 121.2 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 116 | 0 | 0.37 | 0.33 | 0.33 | 352.5 | 0.28 | 0.55 |
| Hex | AC | 6C | 74 | 0 | 25 | 21 | 21 | 160 | 1C | 37 |
| Octal | 254 | 154 | 164 | 0 | 45 | 41 | 41 | 540 | 34 | 67 |
| Binary | 10101100 | 1101100 | 1110100 | 0 | 100101 | 100001 | 100001 | 101100000 | 11100 | 110111 |
Color Harmonies of #AC6C74
Complementary color
Monochromatic Colors of #AC6C74
Black with #AC6C74
Text Example
Text Example
White with #AC6C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C74; }
p { color: rgb(172,108,116); }
H1.HeaderClassName
{
color: #AC6C74;
}
.AnyTagClassName
{
color: #AC6C74;
}
</style>
background-color css
<style>
a { background-color: #AC6C74; }
a { background-color: rgb(172,108,116); }
div.DivClassName
{
background-color: #AC6C74;
}
.BgClassName
{
background-color: #AC6C74;
}
</style>
border-color css
<style>
span { border-color: #AC6C74; }
span { border-color: rgb(172,108,116); }
td.TdClassName
{
border-color: #AC6C74;
}
.TagClassName
{
border-color: #AC6C74;
}
</style>