Shades of Turkish Rose #AC777E
Tints of Turkish Rose #AC777E
RGB
CMYK
RGB Variations
Color information
#AC777E (or 0xAC777E) is known color: Turkish Rose. HEX triplet: AC, 77 and 7E. RGB value is (172,119,126). Sum of RGB (Red+Green+Blue) = 172+119+126=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC777E is #538881. Grayscale: #878787. Windows color (decimal): -5474434 or 8288172. OLE color: 8288172.
HSL color Cylindrical-coordinate representation of color #AC777E: hue angle of 352.08º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC777E is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 119 | 126 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.33 |
| HSL | 352.08º | 0.24% | 0.57% | - |
| HSV(B) | 352.08º | 0.31% | 0.67% | - |
| XYZ | 27.38 | 23.47 | 22.83 | - |
| YUV | 135.65 | 122.56 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 126 | 0 | 0.31 | 0.27 | 0.33 | 352.08 | 0.24 | 0.57 |
| Hex | AC | 77 | 7E | 0 | 1F | 1B | 21 | 160 | 18 | 39 |
| Octal | 254 | 167 | 176 | 0 | 37 | 33 | 41 | 540 | 30 | 71 |
| Binary | 10101100 | 1110111 | 1111110 | 0 | 11111 | 11011 | 100001 | 101100000 | 11000 | 111001 |
Color Harmonies of #AC777E
Complementary color
Monochromatic Colors of #AC777E
Black with #AC777E
Text Example
Text Example
White with #AC777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC777E; }
p { color: rgb(172,119,126); }
H1.HeaderClassName
{
color: #AC777E;
}
.AnyTagClassName
{
color: #AC777E;
}
</style>
background-color css
<style>
a { background-color: #AC777E; }
a { background-color: rgb(172,119,126); }
div.DivClassName
{
background-color: #AC777E;
}
.BgClassName
{
background-color: #AC777E;
}
</style>
border-color css
<style>
span { border-color: #AC777E; }
span { border-color: rgb(172,119,126); }
td.TdClassName
{
border-color: #AC777E;
}
.TagClassName
{
border-color: #AC777E;
}
</style>