Shades of Turkish Rose #AC7C7E
Tints of Turkish Rose #AC7C7E
RGB
CMYK
RGB Variations
Color information
#AC7C7E (or 0xAC7C7E) is known color: Turkish Rose. HEX triplet: AC, 7C and 7E. RGB value is (172,124,126). Sum of RGB (Red+Green+Blue) = 172+124+126=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C7E is #538381. Grayscale: #8A8A8A. Windows color (decimal): -5473154 or 8289452. OLE color: 8289452.
HSL color Cylindrical-coordinate representation of color #AC7C7E: hue angle of 357.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC7C7E is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 126 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.33 |
| HSL | 357.5º | 0.22% | 0.58% | - |
| HSV(B) | 357.5º | 0.28% | 0.67% | - |
| XYZ | 27.99 | 24.69 | 23.03 | - |
| YUV | 138.58 | 120.9 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 126 | 0 | 0.28 | 0.27 | 0.33 | 357.5 | 0.22 | 0.58 |
| Hex | AC | 7C | 7E | 0 | 1C | 1B | 21 | 166 | 16 | 3A |
| Octal | 254 | 174 | 176 | 0 | 34 | 33 | 41 | 546 | 26 | 72 |
| Binary | 10101100 | 1111100 | 1111110 | 0 | 11100 | 11011 | 100001 | 101100110 | 10110 | 111010 |
Color Harmonies of #AC7C7E
Complementary color
Monochromatic Colors of #AC7C7E
Black with #AC7C7E
Text Example
Text Example
White with #AC7C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7C7E; }
p { color: rgb(172,124,126); }
H1.HeaderClassName
{
color: #AC7C7E;
}
.AnyTagClassName
{
color: #AC7C7E;
}
</style>
background-color css
<style>
a { background-color: #AC7C7E; }
a { background-color: rgb(172,124,126); }
div.DivClassName
{
background-color: #AC7C7E;
}
.BgClassName
{
background-color: #AC7C7E;
}
</style>
border-color css
<style>
span { border-color: #AC7C7E; }
span { border-color: rgb(172,124,126); }
td.TdClassName
{
border-color: #AC7C7E;
}
.TagClassName
{
border-color: #AC7C7E;
}
</style>