Shades of Turkish Rose #A1666B
Tints of Turkish Rose #A1666B
RGB
CMYK
RGB Variations
Color information
#A1666B (or 0xA1666B) is known color: Turkish Rose. HEX triplet: A1, 66 and 6B. RGB value is (161,102,107). Sum of RGB (Red+Green+Blue) = 161+102+107=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A1666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1666B is #5E9994. Grayscale: #787878. Windows color (decimal): -6199701 or 7038625. OLE color: 7038625.
HSL color Cylindrical-coordinate representation of color #A1666B: hue angle of 354.92º 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 #A1666B is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 102 | 107 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.37 |
| HSL | 354.92º | 0.24% | 0.52% | - |
| HSV(B) | 354.92º | 0.37% | 0.63% | - |
| XYZ | 22.1 | 18.14 | 16.25 | - |
| YUV | 120.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 107 | 0 | 0.37 | 0.34 | 0.37 | 354.92 | 0.24 | 0.52 |
| Hex | A1 | 66 | 6B | 0 | 25 | 22 | 25 | 163 | 18 | 34 |
| Octal | 241 | 146 | 153 | 0 | 45 | 42 | 45 | 543 | 30 | 64 |
| Binary | 10100001 | 1100110 | 1101011 | 0 | 100101 | 100010 | 100101 | 101100011 | 11000 | 110100 |
Color Harmonies of #A1666B
Complementary color
Monochromatic Colors of #A1666B
Black with #A1666B
Text Example
Text Example
White with #A1666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1666B; }
p { color: rgb(161,102,107); }
H1.HeaderClassName
{
color: #A1666B;
}
.AnyTagClassName
{
color: #A1666B;
}
</style>
background-color css
<style>
a { background-color: #A1666B; }
a { background-color: rgb(161,102,107); }
div.DivClassName
{
background-color: #A1666B;
}
.BgClassName
{
background-color: #A1666B;
}
</style>
border-color css
<style>
span { border-color: #A1666B; }
span { border-color: rgb(161,102,107); }
td.TdClassName
{
border-color: #A1666B;
}
.TagClassName
{
border-color: #A1666B;
}
</style>