Shades of Turkish Rose #A3656B
Tints of Turkish Rose #A3656B
RGB
CMYK
RGB Variations
Color information
#A3656B (or 0xA3656B) is known color: Turkish Rose. HEX triplet: A3, 65 and 6B. RGB value is (163,101,107). Sum of RGB (Red+Green+Blue) = 163+101+107=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A3656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3656B is #5C9A94. Grayscale: #787878. Windows color (decimal): -6068885 or 7038371. OLE color: 7038371.
HSL color Cylindrical-coordinate representation of color #A3656B: hue angle of 354.19º 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 #A3656B is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 101 | 107 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.36 |
| HSL | 354.19º | 0.25% | 0.52% | - |
| HSV(B) | 354.19º | 0.38% | 0.64% | - |
| XYZ | 22.41 | 18.16 | 16.23 | - |
| YUV | 120.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 107 | 0 | 0.38 | 0.34 | 0.36 | 354.19 | 0.25 | 0.52 |
| Hex | A3 | 65 | 6B | 0 | 26 | 22 | 24 | 162 | 19 | 34 |
| Octal | 243 | 145 | 153 | 0 | 46 | 42 | 44 | 542 | 31 | 64 |
| Binary | 10100011 | 1100101 | 1101011 | 0 | 100110 | 100010 | 100100 | 101100010 | 11001 | 110100 |
Color Harmonies of #A3656B
Complementary color
Monochromatic Colors of #A3656B
Black with #A3656B
Text Example
Text Example
White with #A3656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3656B; }
p { color: rgb(163,101,107); }
H1.HeaderClassName
{
color: #A3656B;
}
.AnyTagClassName
{
color: #A3656B;
}
</style>
background-color css
<style>
a { background-color: #A3656B; }
a { background-color: rgb(163,101,107); }
div.DivClassName
{
background-color: #A3656B;
}
.BgClassName
{
background-color: #A3656B;
}
</style>
border-color css
<style>
span { border-color: #A3656B; }
span { border-color: rgb(163,101,107); }
td.TdClassName
{
border-color: #A3656B;
}
.TagClassName
{
border-color: #A3656B;
}
</style>