Shades of Turkish Rose #A3636D
Tints of Turkish Rose #A3636D
RGB
CMYK
RGB Variations
Color information
#A3636D (or 0xA3636D) is known color: Turkish Rose. HEX triplet: A3, 63 and 6D. RGB value is (163,99,109). Sum of RGB (Red+Green+Blue) = 163+99+109=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A3636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3636D is #5C9C92. Grayscale: #777777. Windows color (decimal): -6069395 or 7168931. OLE color: 7168931.
HSL color Cylindrical-coordinate representation of color #A3636D: hue angle of 350.62º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3636D is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 99 | 109 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.36 |
| HSL | 350.63º | 0.26% | 0.51% | - |
| HSV(B) | 350.63º | 0.39% | 0.64% | - |
| XYZ | 22.33 | 17.81 | 16.73 | - |
| YUV | 119.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 99 | 109 | 0 | 0.39 | 0.33 | 0.36 | 350.63 | 0.26 | 0.51 |
| Hex | A3 | 63 | 6D | 0 | 27 | 21 | 24 | 15F | 1A | 33 |
| Octal | 243 | 143 | 155 | 0 | 47 | 41 | 44 | 537 | 32 | 63 |
| Binary | 10100011 | 1100011 | 1101101 | 0 | 100111 | 100001 | 100100 | 101011111 | 11010 | 110011 |
Color Harmonies of #A3636D
Complementary color
Monochromatic Colors of #A3636D
Black with #A3636D
Text Example
Text Example
White with #A3636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3636D; }
p { color: rgb(163,99,109); }
H1.HeaderClassName
{
color: #A3636D;
}
.AnyTagClassName
{
color: #A3636D;
}
</style>
background-color css
<style>
a { background-color: #A3636D; }
a { background-color: rgb(163,99,109); }
div.DivClassName
{
background-color: #A3636D;
}
.BgClassName
{
background-color: #A3636D;
}
</style>
border-color css
<style>
span { border-color: #A3636D; }
span { border-color: rgb(163,99,109); }
td.TdClassName
{
border-color: #A3636D;
}
.TagClassName
{
border-color: #A3636D;
}
</style>