Shades of Turkish Rose #AC676E
Tints of Turkish Rose #AC676E
RGB
CMYK
RGB Variations
Color information
#AC676E (or 0xAC676E) is known color: Turkish Rose. HEX triplet: AC, 67 and 6E. RGB value is (172,103,110). Sum of RGB (Red+Green+Blue) = 172+103+110=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC676E is #539891. Grayscale: #7C7C7C. Windows color (decimal): -5478546 or 7235500. OLE color: 7235500.
HSL color Cylindrical-coordinate representation of color #AC676E: hue angle of 353.91º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC676E is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 110 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.33 |
| HSL | 353.91º | 0.29% | 0.54% | - |
| HSV(B) | 353.91º | 0.4% | 0.67% | - |
| XYZ | 24.68 | 19.6 | 17.23 | - |
| YUV | 124.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 110 | 0 | 0.40 | 0.36 | 0.33 | 353.91 | 0.29 | 0.54 |
| Hex | AC | 67 | 6E | 0 | 28 | 24 | 21 | 162 | 1D | 36 |
| Octal | 254 | 147 | 156 | 0 | 50 | 44 | 41 | 542 | 35 | 66 |
| Binary | 10101100 | 1100111 | 1101110 | 0 | 101000 | 100100 | 100001 | 101100010 | 11101 | 110110 |
Color Harmonies of #AC676E
Complementary color
Monochromatic Colors of #AC676E
Black with #AC676E
Text Example
Text Example
White with #AC676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC676E; }
p { color: rgb(172,103,110); }
H1.HeaderClassName
{
color: #AC676E;
}
.AnyTagClassName
{
color: #AC676E;
}
</style>
background-color css
<style>
a { background-color: #AC676E; }
a { background-color: rgb(172,103,110); }
div.DivClassName
{
background-color: #AC676E;
}
.BgClassName
{
background-color: #AC676E;
}
</style>
border-color css
<style>
span { border-color: #AC676E; }
span { border-color: rgb(172,103,110); }
td.TdClassName
{
border-color: #AC676E;
}
.TagClassName
{
border-color: #AC676E;
}
</style>