Shades of Turkish Rose #A8606E
Tints of Turkish Rose #A8606E
RGB
CMYK
RGB Variations
Color information
#A8606E (or 0xA8606E) is known color: Turkish Rose. HEX triplet: A8, 60 and 6E. RGB value is (168,96,110). Sum of RGB (Red+Green+Blue) = 168+96+110=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A8606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8606E is #579F91. Grayscale: #777777. Windows color (decimal): -5742482 or 7233704. OLE color: 7233704.
HSL color Cylindrical-coordinate representation of color #A8606E: hue angle of 348.33º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8606E is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 96 | 110 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.34 |
| HSL | 348.33º | 0.29% | 0.52% | - |
| HSV(B) | 348.33º | 0.43% | 0.66% | - |
| XYZ | 23.15 | 17.82 | 16.97 | - |
| YUV | 119.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 96 | 110 | 0 | 0.43 | 0.35 | 0.34 | 348.33 | 0.29 | 0.52 |
| Hex | A8 | 60 | 6E | 0 | 2B | 23 | 22 | 15C | 1D | 34 |
| Octal | 250 | 140 | 156 | 0 | 53 | 43 | 42 | 534 | 35 | 64 |
| Binary | 10101000 | 1100000 | 1101110 | 0 | 101011 | 100011 | 100010 | 101011100 | 11101 | 110100 |
Color Harmonies of #A8606E
Complementary color
Monochromatic Colors of #A8606E
Black with #A8606E
Text Example
Text Example
White with #A8606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8606E; }
p { color: rgb(168,96,110); }
H1.HeaderClassName
{
color: #A8606E;
}
.AnyTagClassName
{
color: #A8606E;
}
</style>
background-color css
<style>
a { background-color: #A8606E; }
a { background-color: rgb(168,96,110); }
div.DivClassName
{
background-color: #A8606E;
}
.BgClassName
{
background-color: #A8606E;
}
</style>
border-color css
<style>
span { border-color: #A8606E; }
span { border-color: rgb(168,96,110); }
td.TdClassName
{
border-color: #A8606E;
}
.TagClassName
{
border-color: #A8606E;
}
</style>