Shades of Turkish Rose #A3636C
Tints of Turkish Rose #A3636C
RGB
CMYK
RGB Variations
Color information
#A3636C (or 0xA3636C) is known color: Turkish Rose. HEX triplet: A3, 63 and 6C. RGB value is (163,99,108). Sum of RGB (Red+Green+Blue) = 163+99+108=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A3636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3636C is #5C9C93. Grayscale: #777777. Windows color (decimal): -6069396 or 7103395. OLE color: 7103395.
HSL color Cylindrical-coordinate representation of color #A3636C: hue angle of 351.56º 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 #A3636C is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 99 | 108 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.36 |
| HSL | 351.56º | 0.26% | 0.51% | - |
| HSV(B) | 351.56º | 0.39% | 0.64% | - |
| XYZ | 22.27 | 17.79 | 16.45 | - |
| YUV | 119.16 | 121.7 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 99 | 108 | 0 | 0.39 | 0.34 | 0.36 | 351.56 | 0.26 | 0.51 |
| Hex | A3 | 63 | 6C | 0 | 27 | 22 | 24 | 160 | 1A | 33 |
| Octal | 243 | 143 | 154 | 0 | 47 | 42 | 44 | 540 | 32 | 63 |
| Binary | 10100011 | 1100011 | 1101100 | 0 | 100111 | 100010 | 100100 | 101100000 | 11010 | 110011 |
Color Harmonies of #A3636C
Complementary color
Monochromatic Colors of #A3636C
Black with #A3636C
Text Example
Text Example
White with #A3636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3636C; }
p { color: rgb(163,99,108); }
H1.HeaderClassName
{
color: #A3636C;
}
.AnyTagClassName
{
color: #A3636C;
}
</style>
background-color css
<style>
a { background-color: #A3636C; }
a { background-color: rgb(163,99,108); }
div.DivClassName
{
background-color: #A3636C;
}
.BgClassName
{
background-color: #A3636C;
}
</style>
border-color css
<style>
span { border-color: #A3636C; }
span { border-color: rgb(163,99,108); }
td.TdClassName
{
border-color: #A3636C;
}
.TagClassName
{
border-color: #A3636C;
}
</style>