Shades of Turkish Rose #A1606A
Tints of Turkish Rose #A1606A
RGB
CMYK
RGB Variations
Color information
#A1606A (or 0xA1606A) is known color: Turkish Rose. HEX triplet: A1, 60 and 6A. RGB value is (161,96,106). Sum of RGB (Red+Green+Blue) = 161+96+106=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A1606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1606A is #5E9F95. Grayscale: #747474. Windows color (decimal): -6201238 or 6971553. OLE color: 6971553.
HSL color Cylindrical-coordinate representation of color #A1606A: hue angle of 350.77º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1606A is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 96 | 106 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.37 |
| HSL | 350.77º | 0.26% | 0.5% | - |
| HSV(B) | 350.77º | 0.4% | 0.63% | - |
| XYZ | 21.48 | 16.98 | 15.78 | - |
| YUV | 116.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 106 | 0 | 0.40 | 0.34 | 0.37 | 350.77 | 0.26 | 0.5 |
| Hex | A1 | 60 | 6A | 0 | 28 | 22 | 25 | 15F | 1A | 32 |
| Octal | 241 | 140 | 152 | 0 | 50 | 42 | 45 | 537 | 32 | 62 |
| Binary | 10100001 | 1100000 | 1101010 | 0 | 101000 | 100010 | 100101 | 101011111 | 11010 | 110010 |
Color Harmonies of #A1606A
Complementary color
Monochromatic Colors of #A1606A
Black with #A1606A
Text Example
Text Example
White with #A1606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1606A; }
p { color: rgb(161,96,106); }
H1.HeaderClassName
{
color: #A1606A;
}
.AnyTagClassName
{
color: #A1606A;
}
</style>
background-color css
<style>
a { background-color: #A1606A; }
a { background-color: rgb(161,96,106); }
div.DivClassName
{
background-color: #A1606A;
}
.BgClassName
{
background-color: #A1606A;
}
</style>
border-color css
<style>
span { border-color: #A1606A; }
span { border-color: rgb(161,96,106); }
td.TdClassName
{
border-color: #A1606A;
}
.TagClassName
{
border-color: #A1606A;
}
</style>