Shades of Turkish Rose #AC6B73
Tints of Turkish Rose #AC6B73
RGB
CMYK
RGB Variations
Color information
#AC6B73 (or 0xAC6B73) is known color: Turkish Rose. HEX triplet: AC, 6B and 73. RGB value is (172,107,115). Sum of RGB (Red+Green+Blue) = 172+107+115=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6B73 is #53948C. Grayscale: #7F7F7F. Windows color (decimal): -5477517 or 7564204. OLE color: 7564204.
HSL color Cylindrical-coordinate representation of color #AC6B73: hue angle of 352.62º 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 #AC6B73 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 107 | 115 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.33 |
| HSL | 352.62º | 0.28% | 0.55% | - |
| HSV(B) | 352.62º | 0.38% | 0.67% | - |
| XYZ | 25.37 | 20.52 | 18.84 | - |
| YUV | 127.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 107 | 115 | 0 | 0.38 | 0.33 | 0.33 | 352.62 | 0.28 | 0.55 |
| Hex | AC | 6B | 73 | 0 | 26 | 21 | 21 | 161 | 1C | 37 |
| Octal | 254 | 153 | 163 | 0 | 46 | 41 | 41 | 541 | 34 | 67 |
| Binary | 10101100 | 1101011 | 1110011 | 0 | 100110 | 100001 | 100001 | 101100001 | 11100 | 110111 |
Color Harmonies of #AC6B73
Complementary color
Monochromatic Colors of #AC6B73
Black with #AC6B73
Text Example
Text Example
White with #AC6B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6B73; }
p { color: rgb(172,107,115); }
H1.HeaderClassName
{
color: #AC6B73;
}
.AnyTagClassName
{
color: #AC6B73;
}
</style>
background-color css
<style>
a { background-color: #AC6B73; }
a { background-color: rgb(172,107,115); }
div.DivClassName
{
background-color: #AC6B73;
}
.BgClassName
{
background-color: #AC6B73;
}
</style>
border-color css
<style>
span { border-color: #AC6B73; }
span { border-color: rgb(172,107,115); }
td.TdClassName
{
border-color: #AC6B73;
}
.TagClassName
{
border-color: #AC6B73;
}
</style>