Shades of Turkish Rose #A0626A
Tints of Turkish Rose #A0626A
RGB
CMYK
RGB Variations
Color information
#A0626A (or 0xA0626A) is known color: Turkish Rose. HEX triplet: A0, 62 and 6A. RGB value is (160,98,106). Sum of RGB (Red+Green+Blue) = 160+98+106=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A0626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0626A is #5F9D95. Grayscale: #757575. Windows color (decimal): -6266262 or 6972064. OLE color: 6972064.
HSL color Cylindrical-coordinate representation of color #A0626A: hue angle of 352.26º 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 #A0626A is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 98 | 106 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.37 |
| HSL | 352.26º | 0.25% | 0.51% | - |
| HSV(B) | 352.26º | 0.39% | 0.63% | - |
| XYZ | 21.47 | 17.25 | 15.83 | - |
| YUV | 117.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 106 | 0 | 0.39 | 0.34 | 0.37 | 352.26 | 0.25 | 0.51 |
| Hex | A0 | 62 | 6A | 0 | 27 | 22 | 25 | 160 | 19 | 33 |
| Octal | 240 | 142 | 152 | 0 | 47 | 42 | 45 | 540 | 31 | 63 |
| Binary | 10100000 | 1100010 | 1101010 | 0 | 100111 | 100010 | 100101 | 101100000 | 11001 | 110011 |
Color Harmonies of #A0626A
Complementary color
Monochromatic Colors of #A0626A
Black with #A0626A
Text Example
Text Example
White with #A0626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0626A; }
p { color: rgb(160,98,106); }
H1.HeaderClassName
{
color: #A0626A;
}
.AnyTagClassName
{
color: #A0626A;
}
</style>
background-color css
<style>
a { background-color: #A0626A; }
a { background-color: rgb(160,98,106); }
div.DivClassName
{
background-color: #A0626A;
}
.BgClassName
{
background-color: #A0626A;
}
</style>
border-color css
<style>
span { border-color: #A0626A; }
span { border-color: rgb(160,98,106); }
td.TdClassName
{
border-color: #A0626A;
}
.TagClassName
{
border-color: #A0626A;
}
</style>