Shades of Turkish Rose #AC7578
Tints of Turkish Rose #AC7578
RGB
CMYK
RGB Variations
Color information
#AC7578 (or 0xAC7578) is known color: Turkish Rose. HEX triplet: AC, 75 and 78. RGB value is (172,117,120). Sum of RGB (Red+Green+Blue) = 172+117+120=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7578 is #538A87. Grayscale: #858585. Windows color (decimal): -5474952 or 7894444. OLE color: 7894444.
HSL color Cylindrical-coordinate representation of color #AC7578: hue angle of 356.73º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC7578 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 120 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.33 |
| HSL | 356.73º | 0.25% | 0.57% | - |
| HSV(B) | 356.73º | 0.32% | 0.67% | - |
| XYZ | 26.76 | 22.85 | 20.77 | - |
| YUV | 133.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 120 | 0 | 0.32 | 0.30 | 0.33 | 356.73 | 0.25 | 0.57 |
| Hex | AC | 75 | 78 | 0 | 20 | 1E | 21 | 165 | 19 | 39 |
| Octal | 254 | 165 | 170 | 0 | 40 | 36 | 41 | 545 | 31 | 71 |
| Binary | 10101100 | 1110101 | 1111000 | 0 | 100000 | 11110 | 100001 | 101100101 | 11001 | 111001 |
Color Harmonies of #AC7578
Complementary color
Monochromatic Colors of #AC7578
Black with #AC7578
Text Example
Text Example
White with #AC7578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7578; }
p { color: rgb(172,117,120); }
H1.HeaderClassName
{
color: #AC7578;
}
.AnyTagClassName
{
color: #AC7578;
}
</style>
background-color css
<style>
a { background-color: #AC7578; }
a { background-color: rgb(172,117,120); }
div.DivClassName
{
background-color: #AC7578;
}
.BgClassName
{
background-color: #AC7578;
}
</style>
border-color css
<style>
span { border-color: #AC7578; }
span { border-color: rgb(172,117,120); }
td.TdClassName
{
border-color: #AC7578;
}
.TagClassName
{
border-color: #AC7578;
}
</style>