Shades of Turkish Rose #AC777A
Tints of Turkish Rose #AC777A
RGB
CMYK
RGB Variations
Color information
#AC777A (or 0xAC777A) is known color: Turkish Rose. HEX triplet: AC, 77 and 7A. RGB value is (172,119,122). Sum of RGB (Red+Green+Blue) = 172+119+122=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC777A is #538885. Grayscale: #878787. Windows color (decimal): -5474438 or 8026028. OLE color: 8026028.
HSL color Cylindrical-coordinate representation of color #AC777A: hue angle of 356.6º 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 #AC777A is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 119 | 122 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.33 |
| HSL | 356.6º | 0.24% | 0.57% | - |
| HSV(B) | 356.6º | 0.31% | 0.67% | - |
| XYZ | 27.12 | 23.37 | 21.49 | - |
| YUV | 135.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 122 | 0 | 0.31 | 0.29 | 0.33 | 356.6 | 0.24 | 0.57 |
| Hex | AC | 77 | 7A | 0 | 1F | 1D | 21 | 165 | 18 | 39 |
| Octal | 254 | 167 | 172 | 0 | 37 | 35 | 41 | 545 | 30 | 71 |
| Binary | 10101100 | 1110111 | 1111010 | 0 | 11111 | 11101 | 100001 | 101100101 | 11000 | 111001 |
Color Harmonies of #AC777A
Complementary color
Monochromatic Colors of #AC777A
Black with #AC777A
Text Example
Text Example
White with #AC777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC777A; }
p { color: rgb(172,119,122); }
H1.HeaderClassName
{
color: #AC777A;
}
.AnyTagClassName
{
color: #AC777A;
}
</style>
background-color css
<style>
a { background-color: #AC777A; }
a { background-color: rgb(172,119,122); }
div.DivClassName
{
background-color: #AC777A;
}
.BgClassName
{
background-color: #AC777A;
}
</style>
border-color css
<style>
span { border-color: #AC777A; }
span { border-color: rgb(172,119,122); }
td.TdClassName
{
border-color: #AC777A;
}
.TagClassName
{
border-color: #AC777A;
}
</style>