Shades of Turkish Rose #A8616E
Tints of Turkish Rose #A8616E
RGB
CMYK
RGB Variations
Color information
#A8616E (or 0xA8616E) is known color: Turkish Rose. HEX triplet: A8, 61 and 6E. RGB value is (168,97,110). Sum of RGB (Red+Green+Blue) = 168+97+110=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A8616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8616E is #579E91. Grayscale: #777777. Windows color (decimal): -5742226 or 7233960. OLE color: 7233960.
HSL color Cylindrical-coordinate representation of color #A8616E: hue angle of 349.01º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8616E is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 97 | 110 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.34 |
| HSL | 349.01º | 0.29% | 0.52% | - |
| HSV(B) | 349.01º | 0.42% | 0.66% | - |
| XYZ | 23.24 | 18 | 17 | - |
| YUV | 119.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 110 | 0 | 0.42 | 0.35 | 0.34 | 349.01 | 0.29 | 0.52 |
| Hex | A8 | 61 | 6E | 0 | 2A | 23 | 22 | 15D | 1D | 34 |
| Octal | 250 | 141 | 156 | 0 | 52 | 43 | 42 | 535 | 35 | 64 |
| Binary | 10101000 | 1100001 | 1101110 | 0 | 101010 | 100011 | 100010 | 101011101 | 11101 | 110100 |
Color Harmonies of #A8616E
Complementary color
Monochromatic Colors of #A8616E
Black with #A8616E
Text Example
Text Example
White with #A8616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8616E; }
p { color: rgb(168,97,110); }
H1.HeaderClassName
{
color: #A8616E;
}
.AnyTagClassName
{
color: #A8616E;
}
</style>
background-color css
<style>
a { background-color: #A8616E; }
a { background-color: rgb(168,97,110); }
div.DivClassName
{
background-color: #A8616E;
}
.BgClassName
{
background-color: #A8616E;
}
</style>
border-color css
<style>
span { border-color: #A8616E; }
span { border-color: rgb(168,97,110); }
td.TdClassName
{
border-color: #A8616E;
}
.TagClassName
{
border-color: #A8616E;
}
</style>