Shades of Turkish Rose #AC6365
Tints of Turkish Rose #AC6365
RGB
CMYK
RGB Variations
Color information
#AC6365 (or 0xAC6365) is known color: Turkish Rose. HEX triplet: AC, 63 and 65. RGB value is (172,99,101). Sum of RGB (Red+Green+Blue) = 172+99+101=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6365 is #539C9A. Grayscale: #797979. Windows color (decimal): -5479579 or 6644652. OLE color: 6644652.
HSL color Cylindrical-coordinate representation of color #AC6365: hue angle of 358.36º 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 #AC6365 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 101 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.33 |
| HSL | 358.36º | 0.31% | 0.53% | - |
| HSV(B) | 358.36º | 0.42% | 0.67% | - |
| XYZ | 23.82 | 18.63 | 14.65 | - |
| YUV | 121.06 | 116.68 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 101 | 0 | 0.42 | 0.41 | 0.33 | 358.36 | 0.31 | 0.53 |
| Hex | AC | 63 | 65 | 0 | 2A | 29 | 21 | 166 | 1F | 35 |
| Octal | 254 | 143 | 145 | 0 | 52 | 51 | 41 | 546 | 37 | 65 |
| Binary | 10101100 | 1100011 | 1100101 | 0 | 101010 | 101001 | 100001 | 101100110 | 11111 | 110101 |
Color Harmonies of #AC6365
Complementary color
Monochromatic Colors of #AC6365
Black with #AC6365
Text Example
Text Example
White with #AC6365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6365; }
p { color: rgb(172,99,101); }
H1.HeaderClassName
{
color: #AC6365;
}
.AnyTagClassName
{
color: #AC6365;
}
</style>
background-color css
<style>
a { background-color: #AC6365; }
a { background-color: rgb(172,99,101); }
div.DivClassName
{
background-color: #AC6365;
}
.BgClassName
{
background-color: #AC6365;
}
</style>
border-color css
<style>
span { border-color: #AC6365; }
span { border-color: rgb(172,99,101); }
td.TdClassName
{
border-color: #AC6365;
}
.TagClassName
{
border-color: #AC6365;
}
</style>