Shades of Turkish Rose #A3686C
Tints of Turkish Rose #A3686C
RGB
CMYK
RGB Variations
Color information
#A3686C (or 0xA3686C) is known color: Turkish Rose. HEX triplet: A3, 68 and 6C. RGB value is (163,104,108). Sum of RGB (Red+Green+Blue) = 163+104+108=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A3686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3686C is #5C9793. Grayscale: #7A7A7A. Windows color (decimal): -6068116 or 7104675. OLE color: 7104675.
HSL color Cylindrical-coordinate representation of color #A3686C: hue angle of 355.93º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3686C is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 104 | 108 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.36 |
| HSL | 355.93º | 0.24% | 0.52% | - |
| HSV(B) | 355.93º | 0.36% | 0.64% | - |
| XYZ | 22.76 | 18.77 | 16.61 | - |
| YUV | 122.1 | 120.05 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 104 | 108 | 0 | 0.36 | 0.34 | 0.36 | 355.93 | 0.24 | 0.52 |
| Hex | A3 | 68 | 6C | 0 | 24 | 22 | 24 | 164 | 18 | 34 |
| Octal | 243 | 150 | 154 | 0 | 44 | 42 | 44 | 544 | 30 | 64 |
| Binary | 10100011 | 1101000 | 1101100 | 0 | 100100 | 100010 | 100100 | 101100100 | 11000 | 110100 |
Color Harmonies of #A3686C
Complementary color
Monochromatic Colors of #A3686C
Black with #A3686C
Text Example
Text Example
White with #A3686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3686C; }
p { color: rgb(163,104,108); }
H1.HeaderClassName
{
color: #A3686C;
}
.AnyTagClassName
{
color: #A3686C;
}
</style>
background-color css
<style>
a { background-color: #A3686C; }
a { background-color: rgb(163,104,108); }
div.DivClassName
{
background-color: #A3686C;
}
.BgClassName
{
background-color: #A3686C;
}
</style>
border-color css
<style>
span { border-color: #A3686C; }
span { border-color: rgb(163,104,108); }
td.TdClassName
{
border-color: #A3686C;
}
.TagClassName
{
border-color: #A3686C;
}
</style>