Shades of Turkish Rose #A2646C
Tints of Turkish Rose #A2646C
RGB
CMYK
RGB Variations
Color information
#A2646C (or 0xA2646C) is known color: Turkish Rose. HEX triplet: A2, 64 and 6C. RGB value is (162,100,108). Sum of RGB (Red+Green+Blue) = 162+100+108=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A2646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2646C is #5D9B93. Grayscale: #777777. Windows color (decimal): -6134676 or 7103650. OLE color: 7103650.
HSL color Cylindrical-coordinate representation of color #A2646C: hue angle of 352.26º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2646C is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 100 | 108 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.36 |
| HSL | 352.26º | 0.25% | 0.51% | - |
| HSV(B) | 352.26º | 0.38% | 0.64% | - |
| XYZ | 22.16 | 17.88 | 16.47 | - |
| YUV | 119.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 100 | 108 | 0 | 0.38 | 0.33 | 0.36 | 352.26 | 0.25 | 0.51 |
| Hex | A2 | 64 | 6C | 0 | 26 | 21 | 24 | 160 | 19 | 33 |
| Octal | 242 | 144 | 154 | 0 | 46 | 41 | 44 | 540 | 31 | 63 |
| Binary | 10100010 | 1100100 | 1101100 | 0 | 100110 | 100001 | 100100 | 101100000 | 11001 | 110011 |
Color Harmonies of #A2646C
Complementary color
Monochromatic Colors of #A2646C
Black with #A2646C
Text Example
Text Example
White with #A2646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2646C; }
p { color: rgb(162,100,108); }
H1.HeaderClassName
{
color: #A2646C;
}
.AnyTagClassName
{
color: #A2646C;
}
</style>
background-color css
<style>
a { background-color: #A2646C; }
a { background-color: rgb(162,100,108); }
div.DivClassName
{
background-color: #A2646C;
}
.BgClassName
{
background-color: #A2646C;
}
</style>
border-color css
<style>
span { border-color: #A2646C; }
span { border-color: rgb(162,100,108); }
td.TdClassName
{
border-color: #A2646C;
}
.TagClassName
{
border-color: #A2646C;
}
</style>