Shades of Turkish Rose #A3666B
Tints of Turkish Rose #A3666B
RGB
CMYK
RGB Variations
Color information
#A3666B (or 0xA3666B) is known color: Turkish Rose. HEX triplet: A3, 66 and 6B. RGB value is (163,102,107). Sum of RGB (Red+Green+Blue) = 163+102+107=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A3666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3666B is #5C9994. Grayscale: #787878. Windows color (decimal): -6068629 or 7038627. OLE color: 7038627.
HSL color Cylindrical-coordinate representation of color #A3666B: hue angle of 355.08º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3666B is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 102 | 107 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.36 |
| HSL | 355.08º | 0.25% | 0.52% | - |
| HSV(B) | 355.08º | 0.37% | 0.64% | - |
| XYZ | 22.51 | 18.35 | 16.27 | - |
| YUV | 120.81 | 120.21 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 107 | 0 | 0.37 | 0.34 | 0.36 | 355.08 | 0.25 | 0.52 |
| Hex | A3 | 66 | 6B | 0 | 25 | 22 | 24 | 163 | 19 | 34 |
| Octal | 243 | 146 | 153 | 0 | 45 | 42 | 44 | 543 | 31 | 64 |
| Binary | 10100011 | 1100110 | 1101011 | 0 | 100101 | 100010 | 100100 | 101100011 | 11001 | 110100 |
Color Harmonies of #A3666B
Complementary color
Monochromatic Colors of #A3666B
Black with #A3666B
Text Example
Text Example
White with #A3666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3666B; }
p { color: rgb(163,102,107); }
H1.HeaderClassName
{
color: #A3666B;
}
.AnyTagClassName
{
color: #A3666B;
}
</style>
background-color css
<style>
a { background-color: #A3666B; }
a { background-color: rgb(163,102,107); }
div.DivClassName
{
background-color: #A3666B;
}
.BgClassName
{
background-color: #A3666B;
}
</style>
border-color css
<style>
span { border-color: #A3666B; }
span { border-color: rgb(163,102,107); }
td.TdClassName
{
border-color: #A3666B;
}
.TagClassName
{
border-color: #A3666B;
}
</style>