Shades of Turkish Rose #A17A83
Tints of Turkish Rose #A17A83
RGB
CMYK
RGB Variations
Color information
#A17A83 (or 0xA17A83) is known color: Turkish Rose. HEX triplet: A1, 7A and 83. RGB value is (161,122,131). Sum of RGB (Red+Green+Blue) = 161+122+131=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17A83 is #5E857C. Grayscale: #868686. Windows color (decimal): -6194557 or 8616609. OLE color: 8616609.
HSL color Cylindrical-coordinate representation of color #A17A83: hue angle of 346.15º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A17A83 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 122 | 131 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.37 |
| HSL | 346.15º | 0.17% | 0.55% | - |
| HSV(B) | 346.15º | 0.24% | 0.63% | - |
| XYZ | 25.75 | 23.13 | 24.58 | - |
| YUV | 134.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 131 | 0 | 0.24 | 0.19 | 0.37 | 346.15 | 0.17 | 0.55 |
| Hex | A1 | 7A | 83 | 0 | 18 | 13 | 25 | 15A | 11 | 37 |
| Octal | 241 | 172 | 203 | 0 | 30 | 23 | 45 | 532 | 21 | 67 |
| Binary | 10100001 | 1111010 | 10000011 | 0 | 11000 | 10011 | 100101 | 101011010 | 10001 | 110111 |
Color Harmonies of #A17A83
Complementary color
Monochromatic Colors of #A17A83
Black with #A17A83
Text Example
Text Example
White with #A17A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17A83; }
p { color: rgb(161,122,131); }
H1.HeaderClassName
{
color: #A17A83;
}
.AnyTagClassName
{
color: #A17A83;
}
</style>
background-color css
<style>
a { background-color: #A17A83; }
a { background-color: rgb(161,122,131); }
div.DivClassName
{
background-color: #A17A83;
}
.BgClassName
{
background-color: #A17A83;
}
</style>
border-color css
<style>
span { border-color: #A17A83; }
span { border-color: rgb(161,122,131); }
td.TdClassName
{
border-color: #A17A83;
}
.TagClassName
{
border-color: #A17A83;
}
</style>