Shades of Turkish Rose #A7606E
Tints of Turkish Rose #A7606E
RGB
CMYK
RGB Variations
Color information
#A7606E (or 0xA7606E) is known color: Turkish Rose. HEX triplet: A7, 60 and 6E. RGB value is (167,96,110). Sum of RGB (Red+Green+Blue) = 167+96+110=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A7606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7606E is #589F91. Grayscale: #767676. Windows color (decimal): -5808018 or 7233703. OLE color: 7233703.
HSL color Cylindrical-coordinate representation of color #A7606E: hue angle of 348.17º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A7606E is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 96 | 110 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.35 |
| HSL | 348.17º | 0.29% | 0.52% | - |
| HSV(B) | 348.17º | 0.43% | 0.65% | - |
| XYZ | 22.93 | 17.71 | 16.96 | - |
| YUV | 118.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 96 | 110 | 0 | 0.43 | 0.34 | 0.35 | 348.17 | 0.29 | 0.52 |
| Hex | A7 | 60 | 6E | 0 | 2B | 22 | 23 | 15C | 1D | 34 |
| Octal | 247 | 140 | 156 | 0 | 53 | 42 | 43 | 534 | 35 | 64 |
| Binary | 10100111 | 1100000 | 1101110 | 0 | 101011 | 100010 | 100011 | 101011100 | 11101 | 110100 |
Color Harmonies of #A7606E
Complementary color
Monochromatic Colors of #A7606E
Black with #A7606E
Text Example
Text Example
White with #A7606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7606E; }
p { color: rgb(167,96,110); }
H1.HeaderClassName
{
color: #A7606E;
}
.AnyTagClassName
{
color: #A7606E;
}
</style>
background-color css
<style>
a { background-color: #A7606E; }
a { background-color: rgb(167,96,110); }
div.DivClassName
{
background-color: #A7606E;
}
.BgClassName
{
background-color: #A7606E;
}
</style>
border-color css
<style>
span { border-color: #A7606E; }
span { border-color: rgb(167,96,110); }
td.TdClassName
{
border-color: #A7606E;
}
.TagClassName
{
border-color: #A7606E;
}
</style>