Shades of Turkish Rose #AC7074
Tints of Turkish Rose #AC7074
RGB
CMYK
RGB Variations
Color information
#AC7074 (or 0xAC7074) is known color: Turkish Rose. HEX triplet: AC, 70 and 74. RGB value is (172,112,116). Sum of RGB (Red+Green+Blue) = 172+112+116=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7074 is #538F8B. Grayscale: #828282. Windows color (decimal): -5476236 or 7631020. OLE color: 7631020.
HSL color Cylindrical-coordinate representation of color #AC7074: hue angle of 356º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC7074 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 116 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.33 |
| HSL | 356º | 0.27% | 0.56% | - |
| HSV(B) | 356º | 0.35% | 0.67% | - |
| XYZ | 25.96 | 21.62 | 19.33 | - |
| YUV | 130.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 116 | 0 | 0.35 | 0.33 | 0.33 | 356 | 0.27 | 0.56 |
| Hex | AC | 70 | 74 | 0 | 23 | 21 | 21 | 164 | 1B | 38 |
| Octal | 254 | 160 | 164 | 0 | 43 | 41 | 41 | 544 | 33 | 70 |
| Binary | 10101100 | 1110000 | 1110100 | 0 | 100011 | 100001 | 100001 | 101100100 | 11011 | 111000 |
Color Harmonies of #AC7074
Complementary color
Monochromatic Colors of #AC7074
Black with #AC7074
Text Example
Text Example
White with #AC7074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7074; }
p { color: rgb(172,112,116); }
H1.HeaderClassName
{
color: #AC7074;
}
.AnyTagClassName
{
color: #AC7074;
}
</style>
background-color css
<style>
a { background-color: #AC7074; }
a { background-color: rgb(172,112,116); }
div.DivClassName
{
background-color: #AC7074;
}
.BgClassName
{
background-color: #AC7074;
}
</style>
border-color css
<style>
span { border-color: #AC7074; }
span { border-color: rgb(172,112,116); }
td.TdClassName
{
border-color: #AC7074;
}
.TagClassName
{
border-color: #AC7074;
}
</style>