Shades of Turkish Rose #AC7A7D
Tints of Turkish Rose #AC7A7D
RGB
CMYK
RGB Variations
Color information
#AC7A7D (or 0xAC7A7D) is known color: Turkish Rose. HEX triplet: AC, 7A and 7D. RGB value is (172,122,125). Sum of RGB (Red+Green+Blue) = 172+122+125=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A7D is #538582. Grayscale: #898989. Windows color (decimal): -5473667 or 8223404. OLE color: 8223404.
HSL color Cylindrical-coordinate representation of color #AC7A7D: hue angle of 356.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC7A7D is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 125 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.33 |
| HSL | 356.4º | 0.23% | 0.58% | - |
| HSV(B) | 356.4º | 0.29% | 0.67% | - |
| XYZ | 27.67 | 24.17 | 22.61 | - |
| YUV | 137.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 125 | 0 | 0.29 | 0.27 | 0.33 | 356.4 | 0.23 | 0.58 |
| Hex | AC | 7A | 7D | 0 | 1D | 1B | 21 | 164 | 17 | 3A |
| Octal | 254 | 172 | 175 | 0 | 35 | 33 | 41 | 544 | 27 | 72 |
| Binary | 10101100 | 1111010 | 1111101 | 0 | 11101 | 11011 | 100001 | 101100100 | 10111 | 111010 |
Color Harmonies of #AC7A7D
Complementary color
Monochromatic Colors of #AC7A7D
Black with #AC7A7D
Text Example
Text Example
White with #AC7A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A7D; }
p { color: rgb(172,122,125); }
H1.HeaderClassName
{
color: #AC7A7D;
}
.AnyTagClassName
{
color: #AC7A7D;
}
</style>
background-color css
<style>
a { background-color: #AC7A7D; }
a { background-color: rgb(172,122,125); }
div.DivClassName
{
background-color: #AC7A7D;
}
.BgClassName
{
background-color: #AC7A7D;
}
</style>
border-color css
<style>
span { border-color: #AC7A7D; }
span { border-color: rgb(172,122,125); }
td.TdClassName
{
border-color: #AC7A7D;
}
.TagClassName
{
border-color: #AC7A7D;
}
</style>