Shades of Turkish Rose #A0667A
Tints of Turkish Rose #A0667A
RGB
CMYK
RGB Variations
Color information
#A0667A (or 0xA0667A) is known color: Turkish Rose. HEX triplet: A0, 66 and 7A. RGB value is (160,102,122). Sum of RGB (Red+Green+Blue) = 160+102+122=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A0667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0667A is #5F9985. Grayscale: #797979. Windows color (decimal): -6265222 or 8021664. OLE color: 8021664.
HSL color Cylindrical-coordinate representation of color #A0667A: hue angle of 339.31º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0667A is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 102 | 122 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.37 |
| HSL | 339.31º | 0.23% | 0.51% | - |
| HSV(B) | 339.31º | 0.36% | 0.63% | - |
| XYZ | 22.76 | 18.38 | 20.76 | - |
| YUV | 121.62 | 128.22 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 122 | 0 | 0.36 | 0.24 | 0.37 | 339.31 | 0.23 | 0.51 |
| Hex | A0 | 66 | 7A | 0 | 24 | 18 | 25 | 153 | 17 | 33 |
| Octal | 240 | 146 | 172 | 0 | 44 | 30 | 45 | 523 | 27 | 63 |
| Binary | 10100000 | 1100110 | 1111010 | 0 | 100100 | 11000 | 100101 | 101010011 | 10111 | 110011 |
Color Harmonies of #A0667A
Complementary color
Monochromatic Colors of #A0667A
Black with #A0667A
Text Example
Text Example
White with #A0667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0667A; }
p { color: rgb(160,102,122); }
H1.HeaderClassName
{
color: #A0667A;
}
.AnyTagClassName
{
color: #A0667A;
}
</style>
background-color css
<style>
a { background-color: #A0667A; }
a { background-color: rgb(160,102,122); }
div.DivClassName
{
background-color: #A0667A;
}
.BgClassName
{
background-color: #A0667A;
}
</style>
border-color css
<style>
span { border-color: #A0667A; }
span { border-color: rgb(160,102,122); }
td.TdClassName
{
border-color: #A0667A;
}
.TagClassName
{
border-color: #A0667A;
}
</style>