Shades of Turkish Rose #A16F72
Tints of Turkish Rose #A16F72
RGB
CMYK
RGB Variations
Color information
#A16F72 (or 0xA16F72) is known color: Turkish Rose. HEX triplet: A1, 6F and 72. RGB value is (161,111,114). Sum of RGB (Red+Green+Blue) = 161+111+114=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16F72 is #5E908D. Grayscale: #7E7E7E. Windows color (decimal): -6197390 or 7499681. OLE color: 7499681.
HSL color Cylindrical-coordinate representation of color #A16F72: hue angle of 356.4º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A16F72 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 114 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.37 |
| HSL | 356.4º | 0.21% | 0.53% | - |
| HSV(B) | 356.4º | 0.31% | 0.63% | - |
| XYZ | 23.42 | 20.16 | 18.58 | - |
| YUV | 126.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 114 | 0 | 0.31 | 0.29 | 0.37 | 356.4 | 0.21 | 0.53 |
| Hex | A1 | 6F | 72 | 0 | 1F | 1D | 25 | 164 | 15 | 35 |
| Octal | 241 | 157 | 162 | 0 | 37 | 35 | 45 | 544 | 25 | 65 |
| Binary | 10100001 | 1101111 | 1110010 | 0 | 11111 | 11101 | 100101 | 101100100 | 10101 | 110101 |
Color Harmonies of #A16F72
Complementary color
Monochromatic Colors of #A16F72
Black with #A16F72
Text Example
Text Example
White with #A16F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F72; }
p { color: rgb(161,111,114); }
H1.HeaderClassName
{
color: #A16F72;
}
.AnyTagClassName
{
color: #A16F72;
}
</style>
background-color css
<style>
a { background-color: #A16F72; }
a { background-color: rgb(161,111,114); }
div.DivClassName
{
background-color: #A16F72;
}
.BgClassName
{
background-color: #A16F72;
}
</style>
border-color css
<style>
span { border-color: #A16F72; }
span { border-color: rgb(161,111,114); }
td.TdClassName
{
border-color: #A16F72;
}
.TagClassName
{
border-color: #A16F72;
}
</style>