Shades of Turkish Rose #AC6D77
Tints of Turkish Rose #AC6D77
RGB
CMYK
RGB Variations
Color information
#AC6D77 (or 0xAC6D77) is known color: Turkish Rose. HEX triplet: AC, 6D and 77. RGB value is (172,109,119). Sum of RGB (Red+Green+Blue) = 172+109+119=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D77 is #539288. Grayscale: #818181. Windows color (decimal): -5477001 or 7826860. OLE color: 7826860.
HSL color Cylindrical-coordinate representation of color #AC6D77: hue angle of 350.48º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC6D77 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 119 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.33 |
| HSL | 350.48º | 0.28% | 0.55% | - |
| HSV(B) | 350.48º | 0.37% | 0.67% | - |
| XYZ | 25.81 | 21.04 | 20.15 | - |
| YUV | 128.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 119 | 0 | 0.37 | 0.31 | 0.33 | 350.48 | 0.28 | 0.55 |
| Hex | AC | 6D | 77 | 0 | 25 | 1F | 21 | 15E | 1C | 37 |
| Octal | 254 | 155 | 167 | 0 | 45 | 37 | 41 | 536 | 34 | 67 |
| Binary | 10101100 | 1101101 | 1110111 | 0 | 100101 | 11111 | 100001 | 101011110 | 11100 | 110111 |
Color Harmonies of #AC6D77
Complementary color
Monochromatic Colors of #AC6D77
Black with #AC6D77
Text Example
Text Example
White with #AC6D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D77; }
p { color: rgb(172,109,119); }
H1.HeaderClassName
{
color: #AC6D77;
}
.AnyTagClassName
{
color: #AC6D77;
}
</style>
background-color css
<style>
a { background-color: #AC6D77; }
a { background-color: rgb(172,109,119); }
div.DivClassName
{
background-color: #AC6D77;
}
.BgClassName
{
background-color: #AC6D77;
}
</style>
border-color css
<style>
span { border-color: #AC6D77; }
span { border-color: rgb(172,109,119); }
td.TdClassName
{
border-color: #AC6D77;
}
.TagClassName
{
border-color: #AC6D77;
}
</style>