Shades of Turkish Rose #A1747B
Tints of Turkish Rose #A1747B
RGB
CMYK
RGB Variations
Color information
#A1747B (or 0xA1747B) is known color: Turkish Rose. HEX triplet: A1, 74 and 7B. RGB value is (161,116,123). Sum of RGB (Red+Green+Blue) = 161+116+123=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A1747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1747B is #5E8B84. Grayscale: #828282. Windows color (decimal): -6196101 or 8090785. OLE color: 8090785.
HSL color Cylindrical-coordinate representation of color #A1747B: hue angle of 350.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1747B is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 123 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.37 |
| HSL | 350.67º | 0.19% | 0.54% | - |
| HSV(B) | 350.67º | 0.28% | 0.63% | - |
| XYZ | 24.52 | 21.5 | 21.6 | - |
| YUV | 130.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 123 | 0 | 0.28 | 0.24 | 0.37 | 350.67 | 0.19 | 0.54 |
| Hex | A1 | 74 | 7B | 0 | 1C | 18 | 25 | 15F | 13 | 36 |
| Octal | 241 | 164 | 173 | 0 | 34 | 30 | 45 | 537 | 23 | 66 |
| Binary | 10100001 | 1110100 | 1111011 | 0 | 11100 | 11000 | 100101 | 101011111 | 10011 | 110110 |
Color Harmonies of #A1747B
Complementary color
Monochromatic Colors of #A1747B
Black with #A1747B
Text Example
Text Example
White with #A1747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1747B; }
p { color: rgb(161,116,123); }
H1.HeaderClassName
{
color: #A1747B;
}
.AnyTagClassName
{
color: #A1747B;
}
</style>
background-color css
<style>
a { background-color: #A1747B; }
a { background-color: rgb(161,116,123); }
div.DivClassName
{
background-color: #A1747B;
}
.BgClassName
{
background-color: #A1747B;
}
</style>
border-color css
<style>
span { border-color: #A1747B; }
span { border-color: rgb(161,116,123); }
td.TdClassName
{
border-color: #A1747B;
}
.TagClassName
{
border-color: #A1747B;
}
</style>