Shades of Turkish Rose #AC797B
Tints of Turkish Rose #AC797B
RGB
CMYK
RGB Variations
Color information
#AC797B (or 0xAC797B) is known color: Turkish Rose. HEX triplet: AC, 79 and 7B. RGB value is (172,121,123). Sum of RGB (Red+Green+Blue) = 172+121+123=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC797B is #538684. Grayscale: #888888. Windows color (decimal): -5473925 or 8092076. OLE color: 8092076.
HSL color Cylindrical-coordinate representation of color #AC797B: hue angle of 357.65º 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 #AC797B is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 121 | 123 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.33 |
| HSL | 357.65º | 0.24% | 0.57% | - |
| HSV(B) | 357.65º | 0.3% | 0.67% | - |
| XYZ | 27.43 | 23.88 | 21.9 | - |
| YUV | 136.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 121 | 123 | 0 | 0.30 | 0.28 | 0.33 | 357.65 | 0.24 | 0.57 |
| Hex | AC | 79 | 7B | 0 | 1E | 1C | 21 | 166 | 18 | 39 |
| Octal | 254 | 171 | 173 | 0 | 36 | 34 | 41 | 546 | 30 | 71 |
| Binary | 10101100 | 1111001 | 1111011 | 0 | 11110 | 11100 | 100001 | 101100110 | 11000 | 111001 |
Color Harmonies of #AC797B
Complementary color
Monochromatic Colors of #AC797B
Black with #AC797B
Text Example
Text Example
White with #AC797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC797B; }
p { color: rgb(172,121,123); }
H1.HeaderClassName
{
color: #AC797B;
}
.AnyTagClassName
{
color: #AC797B;
}
</style>
background-color css
<style>
a { background-color: #AC797B; }
a { background-color: rgb(172,121,123); }
div.DivClassName
{
background-color: #AC797B;
}
.BgClassName
{
background-color: #AC797B;
}
</style>
border-color css
<style>
span { border-color: #AC797B; }
span { border-color: rgb(172,121,123); }
td.TdClassName
{
border-color: #AC797B;
}
.TagClassName
{
border-color: #AC797B;
}
</style>