Shades of Turkish Rose #AC7377
Tints of Turkish Rose #AC7377
RGB
CMYK
RGB Variations
Color information
#AC7377 (or 0xAC7377) is known color: Turkish Rose. HEX triplet: AC, 73 and 77. RGB value is (172,115,119). Sum of RGB (Red+Green+Blue) = 172+115+119=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7377 is #538C88. Grayscale: #848484. Windows color (decimal): -5475465 or 7828396. OLE color: 7828396.
HSL color Cylindrical-coordinate representation of color #AC7377: hue angle of 355.79º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC7377 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 119 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.33 |
| HSL | 355.79º | 0.26% | 0.56% | - |
| HSV(B) | 355.79º | 0.33% | 0.67% | - |
| XYZ | 26.47 | 22.36 | 20.37 | - |
| YUV | 132.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 119 | 0 | 0.33 | 0.31 | 0.33 | 355.79 | 0.26 | 0.56 |
| Hex | AC | 73 | 77 | 0 | 21 | 1F | 21 | 164 | 1A | 38 |
| Octal | 254 | 163 | 167 | 0 | 41 | 37 | 41 | 544 | 32 | 70 |
| Binary | 10101100 | 1110011 | 1110111 | 0 | 100001 | 11111 | 100001 | 101100100 | 11010 | 111000 |
Color Harmonies of #AC7377
Complementary color
Monochromatic Colors of #AC7377
Black with #AC7377
Text Example
Text Example
White with #AC7377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7377; }
p { color: rgb(172,115,119); }
H1.HeaderClassName
{
color: #AC7377;
}
.AnyTagClassName
{
color: #AC7377;
}
</style>
background-color css
<style>
a { background-color: #AC7377; }
a { background-color: rgb(172,115,119); }
div.DivClassName
{
background-color: #AC7377;
}
.BgClassName
{
background-color: #AC7377;
}
</style>
border-color css
<style>
span { border-color: #AC7377; }
span { border-color: rgb(172,115,119); }
td.TdClassName
{
border-color: #AC7377;
}
.TagClassName
{
border-color: #AC7377;
}
</style>