Shades of Turkish Rose #AC696A
Tints of Turkish Rose #AC696A
RGB
CMYK
RGB Variations
Color information
#AC696A (or 0xAC696A) is known color: Turkish Rose. HEX triplet: AC, 69 and 6A. RGB value is (172,105,106). Sum of RGB (Red+Green+Blue) = 172+105+106=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC696A is #539695. Grayscale: #7D7D7D. Windows color (decimal): -5478038 or 6973868. OLE color: 6973868.
HSL color Cylindrical-coordinate representation of color #AC696A: hue angle of 359.1º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC696A is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 105 | 106 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.33 |
| HSL | 359.1º | 0.29% | 0.54% | - |
| HSV(B) | 359.1º | 0.39% | 0.67% | - |
| XYZ | 24.67 | 19.91 | 16.18 | - |
| YUV | 125.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 105 | 106 | 0 | 0.39 | 0.38 | 0.33 | 359.1 | 0.29 | 0.54 |
| Hex | AC | 69 | 6A | 0 | 27 | 26 | 21 | 167 | 1D | 36 |
| Octal | 254 | 151 | 152 | 0 | 47 | 46 | 41 | 547 | 35 | 66 |
| Binary | 10101100 | 1101001 | 1101010 | 0 | 100111 | 100110 | 100001 | 101100111 | 11101 | 110110 |
Color Harmonies of #AC696A
Complementary color
Monochromatic Colors of #AC696A
Black with #AC696A
Text Example
Text Example
White with #AC696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC696A; }
p { color: rgb(172,105,106); }
H1.HeaderClassName
{
color: #AC696A;
}
.AnyTagClassName
{
color: #AC696A;
}
</style>
background-color css
<style>
a { background-color: #AC696A; }
a { background-color: rgb(172,105,106); }
div.DivClassName
{
background-color: #AC696A;
}
.BgClassName
{
background-color: #AC696A;
}
</style>
border-color css
<style>
span { border-color: #AC696A; }
span { border-color: rgb(172,105,106); }
td.TdClassName
{
border-color: #AC696A;
}
.TagClassName
{
border-color: #AC696A;
}
</style>