Shades of Turkish Rose #AC6669
Tints of Turkish Rose #AC6669
RGB
CMYK
RGB Variations
Color information
#AC6669 (or 0xAC6669) is known color: Turkish Rose. HEX triplet: AC, 66 and 69. RGB value is (172,102,105). Sum of RGB (Red+Green+Blue) = 172+102+105=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6669 is #539996. Grayscale: #7B7B7B. Windows color (decimal): -5478807 or 6907564. OLE color: 6907564.
HSL color Cylindrical-coordinate representation of color #AC6669: hue angle of 357.43º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC6669 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 105 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.33 |
| HSL | 357.43º | 0.3% | 0.54% | - |
| HSV(B) | 357.43º | 0.41% | 0.67% | - |
| XYZ | 24.31 | 19.29 | 15.81 | - |
| YUV | 123.27 | 117.69 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 105 | 0 | 0.41 | 0.39 | 0.33 | 357.43 | 0.3 | 0.54 |
| Hex | AC | 66 | 69 | 0 | 29 | 27 | 21 | 165 | 1E | 36 |
| Octal | 254 | 146 | 151 | 0 | 51 | 47 | 41 | 545 | 36 | 66 |
| Binary | 10101100 | 1100110 | 1101001 | 0 | 101001 | 100111 | 100001 | 101100101 | 11110 | 110110 |
Color Harmonies of #AC6669
Complementary color
Monochromatic Colors of #AC6669
Black with #AC6669
Text Example
Text Example
White with #AC6669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6669; }
p { color: rgb(172,102,105); }
H1.HeaderClassName
{
color: #AC6669;
}
.AnyTagClassName
{
color: #AC6669;
}
</style>
background-color css
<style>
a { background-color: #AC6669; }
a { background-color: rgb(172,102,105); }
div.DivClassName
{
background-color: #AC6669;
}
.BgClassName
{
background-color: #AC6669;
}
</style>
border-color css
<style>
span { border-color: #AC6669; }
span { border-color: rgb(172,102,105); }
td.TdClassName
{
border-color: #AC6669;
}
.TagClassName
{
border-color: #AC6669;
}
</style>