Shades of Turkish Rose #AC7E7F
Tints of Turkish Rose #AC7E7F
RGB
CMYK
RGB Variations
Color information
#AC7E7F (or 0xAC7E7F) is known color: Turkish Rose. HEX triplet: AC, 7E and 7F. RGB value is (172,126,127). Sum of RGB (Red+Green+Blue) = 172+126+127=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E7F is #538180. Grayscale: #8B8B8B. Windows color (decimal): -5472641 or 8355500. OLE color: 8355500.
HSL color Cylindrical-coordinate representation of color #AC7E7F: hue angle of 358.7º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC7E7F is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 126 | 127 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.33 |
| HSL | 358.7º | 0.22% | 0.58% | - |
| HSV(B) | 358.7º | 0.27% | 0.67% | - |
| XYZ | 28.3 | 25.22 | 23.46 | - |
| YUV | 139.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 127 | 0 | 0.27 | 0.26 | 0.33 | 358.7 | 0.22 | 0.58 |
| Hex | AC | 7E | 7F | 0 | 1B | 1A | 21 | 167 | 16 | 3A |
| Octal | 254 | 176 | 177 | 0 | 33 | 32 | 41 | 547 | 26 | 72 |
| Binary | 10101100 | 1111110 | 1111111 | 0 | 11011 | 11010 | 100001 | 101100111 | 10110 | 111010 |
Color Harmonies of #AC7E7F
Complementary color
Monochromatic Colors of #AC7E7F
Black with #AC7E7F
Text Example
Text Example
White with #AC7E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7E7F; }
p { color: rgb(172,126,127); }
H1.HeaderClassName
{
color: #AC7E7F;
}
.AnyTagClassName
{
color: #AC7E7F;
}
</style>
background-color css
<style>
a { background-color: #AC7E7F; }
a { background-color: rgb(172,126,127); }
div.DivClassName
{
background-color: #AC7E7F;
}
.BgClassName
{
background-color: #AC7E7F;
}
</style>
border-color css
<style>
span { border-color: #AC7E7F; }
span { border-color: rgb(172,126,127); }
td.TdClassName
{
border-color: #AC7E7F;
}
.TagClassName
{
border-color: #AC7E7F;
}
</style>