Shades of Turkish Rose #AC6A6C
Tints of Turkish Rose #AC6A6C
RGB
CMYK
RGB Variations
Color information
#AC6A6C (or 0xAC6A6C) is known color: Turkish Rose. HEX triplet: AC, 6A and 6C. RGB value is (172,106,108). Sum of RGB (Red+Green+Blue) = 172+106+108=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6A6C is #539593. Grayscale: #7E7E7E. Windows color (decimal): -5477780 or 7105196. OLE color: 7105196.
HSL color Cylindrical-coordinate representation of color #AC6A6C: hue angle of 358.18º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC6A6C is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 106 | 108 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.33 |
| HSL | 358.18º | 0.28% | 0.55% | - |
| HSV(B) | 358.18º | 0.38% | 0.67% | - |
| XYZ | 24.87 | 20.16 | 16.77 | - |
| YUV | 125.96 | 117.87 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 106 | 108 | 0 | 0.38 | 0.37 | 0.33 | 358.18 | 0.28 | 0.55 |
| Hex | AC | 6A | 6C | 0 | 26 | 25 | 21 | 166 | 1C | 37 |
| Octal | 254 | 152 | 154 | 0 | 46 | 45 | 41 | 546 | 34 | 67 |
| Binary | 10101100 | 1101010 | 1101100 | 0 | 100110 | 100101 | 100001 | 101100110 | 11100 | 110111 |
Color Harmonies of #AC6A6C
Complementary color
Monochromatic Colors of #AC6A6C
Black with #AC6A6C
Text Example
Text Example
White with #AC6A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6A6C; }
p { color: rgb(172,106,108); }
H1.HeaderClassName
{
color: #AC6A6C;
}
.AnyTagClassName
{
color: #AC6A6C;
}
</style>
background-color css
<style>
a { background-color: #AC6A6C; }
a { background-color: rgb(172,106,108); }
div.DivClassName
{
background-color: #AC6A6C;
}
.BgClassName
{
background-color: #AC6A6C;
}
</style>
border-color css
<style>
span { border-color: #AC6A6C; }
span { border-color: rgb(172,106,108); }
td.TdClassName
{
border-color: #AC6A6C;
}
.TagClassName
{
border-color: #AC6A6C;
}
</style>