Shades of Turkish Rose #AC6369
Tints of Turkish Rose #AC6369
RGB
CMYK
RGB Variations
Color information
#AC6369 (or 0xAC6369) is known color: Turkish Rose. HEX triplet: AC, 63 and 69. RGB value is (172,99,105). Sum of RGB (Red+Green+Blue) = 172+99+105=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6369 is #539C96. Grayscale: #797979. Windows color (decimal): -5479575 or 6906796. OLE color: 6906796.
HSL color Cylindrical-coordinate representation of color #AC6369: hue angle of 355.07º 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 #AC6369 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 105 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.33 |
| HSL | 355.07º | 0.31% | 0.53% | - |
| HSV(B) | 355.07º | 0.42% | 0.67% | - |
| XYZ | 24.02 | 18.71 | 15.71 | - |
| YUV | 121.51 | 118.68 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 105 | 0 | 0.42 | 0.39 | 0.33 | 355.07 | 0.31 | 0.53 |
| Hex | AC | 63 | 69 | 0 | 2A | 27 | 21 | 163 | 1F | 35 |
| Octal | 254 | 143 | 151 | 0 | 52 | 47 | 41 | 543 | 37 | 65 |
| Binary | 10101100 | 1100011 | 1101001 | 0 | 101010 | 100111 | 100001 | 101100011 | 11111 | 110101 |
Color Harmonies of #AC6369
Complementary color
Monochromatic Colors of #AC6369
Black with #AC6369
Text Example
Text Example
White with #AC6369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6369; }
p { color: rgb(172,99,105); }
H1.HeaderClassName
{
color: #AC6369;
}
.AnyTagClassName
{
color: #AC6369;
}
</style>
background-color css
<style>
a { background-color: #AC6369; }
a { background-color: rgb(172,99,105); }
div.DivClassName
{
background-color: #AC6369;
}
.BgClassName
{
background-color: #AC6369;
}
</style>
border-color css
<style>
span { border-color: #AC6369; }
span { border-color: rgb(172,99,105); }
td.TdClassName
{
border-color: #AC6369;
}
.TagClassName
{
border-color: #AC6369;
}
</style>