Shades of Turkish Rose #AC7A80
Tints of Turkish Rose #AC7A80
RGB
CMYK
RGB Variations
Color information
#AC7A80 (or 0xAC7A80) is known color: Turkish Rose. HEX triplet: AC, 7A and 80. RGB value is (172,122,128). Sum of RGB (Red+Green+Blue) = 172+122+128=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7A80 is #53857F. Grayscale: #898989. Windows color (decimal): -5473664 or 8420012. OLE color: 8420012.
HSL color Cylindrical-coordinate representation of color #AC7A80: hue angle of 352.8º 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 #AC7A80 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 128 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.33 |
| HSL | 352.8º | 0.23% | 0.58% | - |
| HSV(B) | 352.8º | 0.29% | 0.67% | - |
| XYZ | 27.87 | 24.25 | 23.63 | - |
| YUV | 137.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 128 | 0 | 0.29 | 0.26 | 0.33 | 352.8 | 0.23 | 0.58 |
| Hex | AC | 7A | 80 | 0 | 1D | 1A | 21 | 161 | 17 | 3A |
| Octal | 254 | 172 | 200 | 0 | 35 | 32 | 41 | 541 | 27 | 72 |
| Binary | 10101100 | 1111010 | 10000000 | 0 | 11101 | 11010 | 100001 | 101100001 | 10111 | 111010 |
Color Harmonies of #AC7A80
Complementary color
Monochromatic Colors of #AC7A80
Black with #AC7A80
Text Example
Text Example
White with #AC7A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A80; }
p { color: rgb(172,122,128); }
H1.HeaderClassName
{
color: #AC7A80;
}
.AnyTagClassName
{
color: #AC7A80;
}
</style>
background-color css
<style>
a { background-color: #AC7A80; }
a { background-color: rgb(172,122,128); }
div.DivClassName
{
background-color: #AC7A80;
}
.BgClassName
{
background-color: #AC7A80;
}
</style>
border-color css
<style>
span { border-color: #AC7A80; }
span { border-color: rgb(172,122,128); }
td.TdClassName
{
border-color: #AC7A80;
}
.TagClassName
{
border-color: #AC7A80;
}
</style>