Shades of Turkish Rose #AC626D
Tints of Turkish Rose #AC626D
RGB
CMYK
RGB Variations
Color information
#AC626D (or 0xAC626D) is known color: Turkish Rose. HEX triplet: AC, 62 and 6D. RGB value is (172,98,109). Sum of RGB (Red+Green+Blue) = 172+98+109=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC626D is #539D92. Grayscale: #797979. Windows color (decimal): -5479827 or 7168684. OLE color: 7168684.
HSL color Cylindrical-coordinate representation of color #AC626D: hue angle of 351.08º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC626D is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 109 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.33 |
| HSL | 351.08º | 0.31% | 0.53% | - |
| HSV(B) | 351.08º | 0.43% | 0.67% | - |
| XYZ | 24.14 | 18.61 | 16.79 | - |
| YUV | 121.38 | 121.02 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 109 | 0 | 0.43 | 0.37 | 0.33 | 351.08 | 0.31 | 0.53 |
| Hex | AC | 62 | 6D | 0 | 2B | 25 | 21 | 15F | 1F | 35 |
| Octal | 254 | 142 | 155 | 0 | 53 | 45 | 41 | 537 | 37 | 65 |
| Binary | 10101100 | 1100010 | 1101101 | 0 | 101011 | 100101 | 100001 | 101011111 | 11111 | 110101 |
Color Harmonies of #AC626D
Complementary color
Monochromatic Colors of #AC626D
Black with #AC626D
Text Example
Text Example
White with #AC626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC626D; }
p { color: rgb(172,98,109); }
H1.HeaderClassName
{
color: #AC626D;
}
.AnyTagClassName
{
color: #AC626D;
}
</style>
background-color css
<style>
a { background-color: #AC626D; }
a { background-color: rgb(172,98,109); }
div.DivClassName
{
background-color: #AC626D;
}
.BgClassName
{
background-color: #AC626D;
}
</style>
border-color css
<style>
span { border-color: #AC626D; }
span { border-color: rgb(172,98,109); }
td.TdClassName
{
border-color: #AC626D;
}
.TagClassName
{
border-color: #AC626D;
}
</style>