Shades of Turkish Rose #A1666D
Tints of Turkish Rose #A1666D
RGB
CMYK
RGB Variations
Color information
#A1666D (or 0xA1666D) is known color: Turkish Rose. HEX triplet: A1, 66 and 6D. RGB value is (161,102,109). Sum of RGB (Red+Green+Blue) = 161+102+109=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A1666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1666D is #5E9992. Grayscale: #787878. Windows color (decimal): -6199699 or 7169697. OLE color: 7169697.
HSL color Cylindrical-coordinate representation of color #A1666D: hue angle of 352.88º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1666D is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 102 | 109 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.37 |
| HSL | 352.88º | 0.24% | 0.52% | - |
| HSV(B) | 352.88º | 0.37% | 0.63% | - |
| XYZ | 22.21 | 18.18 | 16.81 | - |
| YUV | 120.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 109 | 0 | 0.37 | 0.32 | 0.37 | 352.88 | 0.24 | 0.52 |
| Hex | A1 | 66 | 6D | 0 | 25 | 20 | 25 | 161 | 18 | 34 |
| Octal | 241 | 146 | 155 | 0 | 45 | 40 | 45 | 541 | 30 | 64 |
| Binary | 10100001 | 1100110 | 1101101 | 0 | 100101 | 100000 | 100101 | 101100001 | 11000 | 110100 |
Color Harmonies of #A1666D
Complementary color
Monochromatic Colors of #A1666D
Black with #A1666D
Text Example
Text Example
White with #A1666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1666D; }
p { color: rgb(161,102,109); }
H1.HeaderClassName
{
color: #A1666D;
}
.AnyTagClassName
{
color: #A1666D;
}
</style>
background-color css
<style>
a { background-color: #A1666D; }
a { background-color: rgb(161,102,109); }
div.DivClassName
{
background-color: #A1666D;
}
.BgClassName
{
background-color: #A1666D;
}
</style>
border-color css
<style>
span { border-color: #A1666D; }
span { border-color: rgb(161,102,109); }
td.TdClassName
{
border-color: #A1666D;
}
.TagClassName
{
border-color: #A1666D;
}
</style>