Shades of Turkish Rose #A8636D
Tints of Turkish Rose #A8636D
RGB
CMYK
RGB Variations
Color information
#A8636D (or 0xA8636D) is known color: Turkish Rose. HEX triplet: A8, 63 and 6D. RGB value is (168,99,109). Sum of RGB (Red+Green+Blue) = 168+99+109=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A8636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8636D is #579C92. Grayscale: #787878. Windows color (decimal): -5741715 or 7168936. OLE color: 7168936.
HSL color Cylindrical-coordinate representation of color #A8636D: hue angle of 351.3º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8636D is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 99 | 109 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.34 |
| HSL | 351.3º | 0.28% | 0.52% | - |
| HSV(B) | 351.3º | 0.41% | 0.66% | - |
| XYZ | 23.37 | 18.35 | 16.78 | - |
| YUV | 120.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 109 | 0 | 0.41 | 0.35 | 0.34 | 351.3 | 0.28 | 0.52 |
| Hex | A8 | 63 | 6D | 0 | 29 | 23 | 22 | 15F | 1C | 34 |
| Octal | 250 | 143 | 155 | 0 | 51 | 43 | 42 | 537 | 34 | 64 |
| Binary | 10101000 | 1100011 | 1101101 | 0 | 101001 | 100011 | 100010 | 101011111 | 11100 | 110100 |
Color Harmonies of #A8636D
Complementary color
Monochromatic Colors of #A8636D
Black with #A8636D
Text Example
Text Example
White with #A8636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8636D; }
p { color: rgb(168,99,109); }
H1.HeaderClassName
{
color: #A8636D;
}
.AnyTagClassName
{
color: #A8636D;
}
</style>
background-color css
<style>
a { background-color: #A8636D; }
a { background-color: rgb(168,99,109); }
div.DivClassName
{
background-color: #A8636D;
}
.BgClassName
{
background-color: #A8636D;
}
</style>
border-color css
<style>
span { border-color: #A8636D; }
span { border-color: rgb(168,99,109); }
td.TdClassName
{
border-color: #A8636D;
}
.TagClassName
{
border-color: #A8636D;
}
</style>