Shades of Turkish Rose #AC797F
Tints of Turkish Rose #AC797F
RGB
CMYK
RGB Variations
Color information
#AC797F (or 0xAC797F) is known color: Turkish Rose. HEX triplet: AC, 79 and 7F. RGB value is (172,121,127). Sum of RGB (Red+Green+Blue) = 172+121+127=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC797F is #538680. Grayscale: #888888. Windows color (decimal): -5473921 or 8354220. OLE color: 8354220.
HSL color Cylindrical-coordinate representation of color #AC797F: hue angle of 352.94º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC797F is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 121 | 127 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.33 |
| HSL | 352.94º | 0.24% | 0.57% | - |
| HSV(B) | 352.94º | 0.3% | 0.67% | - |
| XYZ | 27.68 | 23.98 | 23.25 | - |
| YUV | 136.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 121 | 127 | 0 | 0.30 | 0.26 | 0.33 | 352.94 | 0.24 | 0.57 |
| Hex | AC | 79 | 7F | 0 | 1E | 1A | 21 | 161 | 18 | 39 |
| Octal | 254 | 171 | 177 | 0 | 36 | 32 | 41 | 541 | 30 | 71 |
| Binary | 10101100 | 1111001 | 1111111 | 0 | 11110 | 11010 | 100001 | 101100001 | 11000 | 111001 |
Color Harmonies of #AC797F
Complementary color
Monochromatic Colors of #AC797F
Black with #AC797F
Text Example
Text Example
White with #AC797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC797F; }
p { color: rgb(172,121,127); }
H1.HeaderClassName
{
color: #AC797F;
}
.AnyTagClassName
{
color: #AC797F;
}
</style>
background-color css
<style>
a { background-color: #AC797F; }
a { background-color: rgb(172,121,127); }
div.DivClassName
{
background-color: #AC797F;
}
.BgClassName
{
background-color: #AC797F;
}
</style>
border-color css
<style>
span { border-color: #AC797F; }
span { border-color: rgb(172,121,127); }
td.TdClassName
{
border-color: #AC797F;
}
.TagClassName
{
border-color: #AC797F;
}
</style>