Shades of Turkish Rose #AC6370
Tints of Turkish Rose #AC6370
RGB
CMYK
RGB Variations
Color information
#AC6370 (or 0xAC6370) is known color: Turkish Rose. HEX triplet: AC, 63 and 70. RGB value is (172,99,112). Sum of RGB (Red+Green+Blue) = 172+99+112=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6370 is #539C8F. Grayscale: #7A7A7A. Windows color (decimal): -5479568 or 7365548. OLE color: 7365548.
HSL color Cylindrical-coordinate representation of color #AC6370: hue angle of 349.32º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC6370 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 112 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.33 |
| HSL | 349.32º | 0.31% | 0.53% | - |
| HSV(B) | 349.32º | 0.42% | 0.67% | - |
| XYZ | 24.4 | 18.86 | 17.68 | - |
| YUV | 122.31 | 122.18 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 112 | 0 | 0.42 | 0.35 | 0.33 | 349.32 | 0.31 | 0.53 |
| Hex | AC | 63 | 70 | 0 | 2A | 23 | 21 | 15D | 1F | 35 |
| Octal | 254 | 143 | 160 | 0 | 52 | 43 | 41 | 535 | 37 | 65 |
| Binary | 10101100 | 1100011 | 1110000 | 0 | 101010 | 100011 | 100001 | 101011101 | 11111 | 110101 |
Color Harmonies of #AC6370
Complementary color
Monochromatic Colors of #AC6370
Black with #AC6370
Text Example
Text Example
White with #AC6370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6370; }
p { color: rgb(172,99,112); }
H1.HeaderClassName
{
color: #AC6370;
}
.AnyTagClassName
{
color: #AC6370;
}
</style>
background-color css
<style>
a { background-color: #AC6370; }
a { background-color: rgb(172,99,112); }
div.DivClassName
{
background-color: #AC6370;
}
.BgClassName
{
background-color: #AC6370;
}
</style>
border-color css
<style>
span { border-color: #AC6370; }
span { border-color: rgb(172,99,112); }
td.TdClassName
{
border-color: #AC6370;
}
.TagClassName
{
border-color: #AC6370;
}
</style>