Shades of Turkish Rose #AC777B
Tints of Turkish Rose #AC777B
RGB
CMYK
RGB Variations
Color information
#AC777B (or 0xAC777B) is known color: Turkish Rose. HEX triplet: AC, 77 and 7B. RGB value is (172,119,123). Sum of RGB (Red+Green+Blue) = 172+119+123=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC777B is #538884. Grayscale: #878787. Windows color (decimal): -5474437 or 8091564. OLE color: 8091564.
HSL color Cylindrical-coordinate representation of color #AC777B: hue angle of 355.47º 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 #AC777B is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 119 | 123 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.33 |
| HSL | 355.47º | 0.24% | 0.57% | - |
| HSV(B) | 355.47º | 0.31% | 0.67% | - |
| XYZ | 27.19 | 23.39 | 21.82 | - |
| YUV | 135.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 123 | 0 | 0.31 | 0.28 | 0.33 | 355.47 | 0.24 | 0.57 |
| Hex | AC | 77 | 7B | 0 | 1F | 1C | 21 | 163 | 18 | 39 |
| Octal | 254 | 167 | 173 | 0 | 37 | 34 | 41 | 543 | 30 | 71 |
| Binary | 10101100 | 1110111 | 1111011 | 0 | 11111 | 11100 | 100001 | 101100011 | 11000 | 111001 |
Color Harmonies of #AC777B
Complementary color
Monochromatic Colors of #AC777B
Black with #AC777B
Text Example
Text Example
White with #AC777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC777B; }
p { color: rgb(172,119,123); }
H1.HeaderClassName
{
color: #AC777B;
}
.AnyTagClassName
{
color: #AC777B;
}
</style>
background-color css
<style>
a { background-color: #AC777B; }
a { background-color: rgb(172,119,123); }
div.DivClassName
{
background-color: #AC777B;
}
.BgClassName
{
background-color: #AC777B;
}
</style>
border-color css
<style>
span { border-color: #AC777B; }
span { border-color: rgb(172,119,123); }
td.TdClassName
{
border-color: #AC777B;
}
.TagClassName
{
border-color: #AC777B;
}
</style>