Shades of Turkish Rose #AC7F80
Tints of Turkish Rose #AC7F80
RGB
CMYK
RGB Variations
Color information
#AC7F80 (or 0xAC7F80) is known color: Turkish Rose. HEX triplet: AC, 7F and 80. RGB value is (172,127,128). Sum of RGB (Red+Green+Blue) = 172+127+128=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7F80 is #53807F. Grayscale: #8C8C8C. Windows color (decimal): -5472384 or 8421292. OLE color: 8421292.
HSL color Cylindrical-coordinate representation of color #AC7F80: hue angle of 358.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC7F80 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 127 | 128 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.33 |
| HSL | 358.67º | 0.21% | 0.59% | - |
| HSV(B) | 358.67º | 0.26% | 0.67% | - |
| XYZ | 28.5 | 25.51 | 23.84 | - |
| YUV | 140.57 | 120.91 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 128 | 0 | 0.26 | 0.26 | 0.33 | 358.67 | 0.21 | 0.59 |
| Hex | AC | 7F | 80 | 0 | 1A | 1A | 21 | 167 | 15 | 3B |
| Octal | 254 | 177 | 200 | 0 | 32 | 32 | 41 | 547 | 25 | 73 |
| Binary | 10101100 | 1111111 | 10000000 | 0 | 11010 | 11010 | 100001 | 101100111 | 10101 | 111011 |
Color Harmonies of #AC7F80
Complementary color
Monochromatic Colors of #AC7F80
Black with #AC7F80
Text Example
Text Example
White with #AC7F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7F80; }
p { color: rgb(172,127,128); }
H1.HeaderClassName
{
color: #AC7F80;
}
.AnyTagClassName
{
color: #AC7F80;
}
</style>
background-color css
<style>
a { background-color: #AC7F80; }
a { background-color: rgb(172,127,128); }
div.DivClassName
{
background-color: #AC7F80;
}
.BgClassName
{
background-color: #AC7F80;
}
</style>
border-color css
<style>
span { border-color: #AC7F80; }
span { border-color: rgb(172,127,128); }
td.TdClassName
{
border-color: #AC7F80;
}
.TagClassName
{
border-color: #AC7F80;
}
</style>