Shades of Turkish Rose #A3656D
Tints of Turkish Rose #A3656D
RGB
CMYK
RGB Variations
Color information
#A3656D (or 0xA3656D) is known color: Turkish Rose. HEX triplet: A3, 65 and 6D. RGB value is (163,101,109). Sum of RGB (Red+Green+Blue) = 163+101+109=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A3656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3656D is #5C9A92. Grayscale: #787878. Windows color (decimal): -6068883 or 7169443. OLE color: 7169443.
HSL color Cylindrical-coordinate representation of color #A3656D: hue angle of 352.26º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3656D is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 101 | 109 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.36 |
| HSL | 352.26º | 0.25% | 0.52% | - |
| HSV(B) | 352.26º | 0.38% | 0.64% | - |
| XYZ | 22.52 | 18.2 | 16.79 | - |
| YUV | 120.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 109 | 0 | 0.38 | 0.33 | 0.36 | 352.26 | 0.25 | 0.52 |
| Hex | A3 | 65 | 6D | 0 | 26 | 21 | 24 | 160 | 19 | 34 |
| Octal | 243 | 145 | 155 | 0 | 46 | 41 | 44 | 540 | 31 | 64 |
| Binary | 10100011 | 1100101 | 1101101 | 0 | 100110 | 100001 | 100100 | 101100000 | 11001 | 110100 |
Color Harmonies of #A3656D
Complementary color
Monochromatic Colors of #A3656D
Black with #A3656D
Text Example
Text Example
White with #A3656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3656D; }
p { color: rgb(163,101,109); }
H1.HeaderClassName
{
color: #A3656D;
}
.AnyTagClassName
{
color: #A3656D;
}
</style>
background-color css
<style>
a { background-color: #A3656D; }
a { background-color: rgb(163,101,109); }
div.DivClassName
{
background-color: #A3656D;
}
.BgClassName
{
background-color: #A3656D;
}
</style>
border-color css
<style>
span { border-color: #A3656D; }
span { border-color: rgb(163,101,109); }
td.TdClassName
{
border-color: #A3656D;
}
.TagClassName
{
border-color: #A3656D;
}
</style>