Shades of Turkish Rose #A8626E
Tints of Turkish Rose #A8626E
RGB
CMYK
RGB Variations
Color information
#A8626E (or 0xA8626E) is known color: Turkish Rose. HEX triplet: A8, 62 and 6E. RGB value is (168,98,110). Sum of RGB (Red+Green+Blue) = 168+98+110=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A8626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8626E is #579D91. Grayscale: #787878. Windows color (decimal): -5741970 or 7234216. OLE color: 7234216.
HSL color Cylindrical-coordinate representation of color #A8626E: hue angle of 349.71º 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 #A8626E is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 98 | 110 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.34 |
| HSL | 349.71º | 0.29% | 0.52% | - |
| HSV(B) | 349.71º | 0.42% | 0.66% | - |
| XYZ | 23.33 | 18.19 | 17.03 | - |
| YUV | 120.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 98 | 110 | 0 | 0.42 | 0.35 | 0.34 | 349.71 | 0.29 | 0.52 |
| Hex | A8 | 62 | 6E | 0 | 2A | 23 | 22 | 15E | 1D | 34 |
| Octal | 250 | 142 | 156 | 0 | 52 | 43 | 42 | 536 | 35 | 64 |
| Binary | 10101000 | 1100010 | 1101110 | 0 | 101010 | 100011 | 100010 | 101011110 | 11101 | 110100 |
Color Harmonies of #A8626E
Complementary color
Monochromatic Colors of #A8626E
Black with #A8626E
Text Example
Text Example
White with #A8626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8626E; }
p { color: rgb(168,98,110); }
H1.HeaderClassName
{
color: #A8626E;
}
.AnyTagClassName
{
color: #A8626E;
}
</style>
background-color css
<style>
a { background-color: #A8626E; }
a { background-color: rgb(168,98,110); }
div.DivClassName
{
background-color: #A8626E;
}
.BgClassName
{
background-color: #A8626E;
}
</style>
border-color css
<style>
span { border-color: #A8626E; }
span { border-color: rgb(168,98,110); }
td.TdClassName
{
border-color: #A8626E;
}
.TagClassName
{
border-color: #A8626E;
}
</style>