Shades of Turkish Rose #A16A7A
Tints of Turkish Rose #A16A7A
RGB
CMYK
RGB Variations
Color information
#A16A7A (or 0xA16A7A) is known color: Turkish Rose. HEX triplet: A1, 6A and 7A. RGB value is (161,106,122). Sum of RGB (Red+Green+Blue) = 161+106+122=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16A7A is #5E9585. Grayscale: #7C7C7C. Windows color (decimal): -6198662 or 8022689. OLE color: 8022689.
HSL color Cylindrical-coordinate representation of color #A16A7A: hue angle of 342.55º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A16A7A is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 122 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.37 |
| HSL | 342.55º | 0.23% | 0.52% | - |
| HSV(B) | 342.55º | 0.34% | 0.63% | - |
| XYZ | 23.36 | 19.29 | 20.9 | - |
| YUV | 124.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 122 | 0 | 0.34 | 0.24 | 0.37 | 342.55 | 0.23 | 0.52 |
| Hex | A1 | 6A | 7A | 0 | 22 | 18 | 25 | 157 | 17 | 34 |
| Octal | 241 | 152 | 172 | 0 | 42 | 30 | 45 | 527 | 27 | 64 |
| Binary | 10100001 | 1101010 | 1111010 | 0 | 100010 | 11000 | 100101 | 101010111 | 10111 | 110100 |
Color Harmonies of #A16A7A
Complementary color
Monochromatic Colors of #A16A7A
Black with #A16A7A
Text Example
Text Example
White with #A16A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A7A; }
p { color: rgb(161,106,122); }
H1.HeaderClassName
{
color: #A16A7A;
}
.AnyTagClassName
{
color: #A16A7A;
}
</style>
background-color css
<style>
a { background-color: #A16A7A; }
a { background-color: rgb(161,106,122); }
div.DivClassName
{
background-color: #A16A7A;
}
.BgClassName
{
background-color: #A16A7A;
}
</style>
border-color css
<style>
span { border-color: #A16A7A; }
span { border-color: rgb(161,106,122); }
td.TdClassName
{
border-color: #A16A7A;
}
.TagClassName
{
border-color: #A16A7A;
}
</style>