Shades of Turkish Rose #A0626E
Tints of Turkish Rose #A0626E
RGB
CMYK
RGB Variations
Color information
#A0626E (or 0xA0626E) is known color: Turkish Rose. HEX triplet: A0, 62 and 6E. RGB value is (160,98,110). Sum of RGB (Red+Green+Blue) = 160+98+110=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A0626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0626E is #5F9D91. Grayscale: #757575. Windows color (decimal): -6266258 or 7234208. OLE color: 7234208.
HSL color Cylindrical-coordinate representation of color #A0626E: hue angle of 348.39º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0626E is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 98 | 110 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.37 |
| HSL | 348.39º | 0.25% | 0.51% | - |
| HSV(B) | 348.39º | 0.39% | 0.63% | - |
| XYZ | 21.68 | 17.33 | 16.96 | - |
| YUV | 117.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 110 | 0 | 0.39 | 0.31 | 0.37 | 348.39 | 0.25 | 0.51 |
| Hex | A0 | 62 | 6E | 0 | 27 | 1F | 25 | 15C | 19 | 33 |
| Octal | 240 | 142 | 156 | 0 | 47 | 37 | 45 | 534 | 31 | 63 |
| Binary | 10100000 | 1100010 | 1101110 | 0 | 100111 | 11111 | 100101 | 101011100 | 11001 | 110011 |
Color Harmonies of #A0626E
Complementary color
Monochromatic Colors of #A0626E
Black with #A0626E
Text Example
Text Example
White with #A0626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0626E; }
p { color: rgb(160,98,110); }
H1.HeaderClassName
{
color: #A0626E;
}
.AnyTagClassName
{
color: #A0626E;
}
</style>
background-color css
<style>
a { background-color: #A0626E; }
a { background-color: rgb(160,98,110); }
div.DivClassName
{
background-color: #A0626E;
}
.BgClassName
{
background-color: #A0626E;
}
</style>
border-color css
<style>
span { border-color: #A0626E; }
span { border-color: rgb(160,98,110); }
td.TdClassName
{
border-color: #A0626E;
}
.TagClassName
{
border-color: #A0626E;
}
</style>