Shades of Turkish Rose #A3677A
Tints of Turkish Rose #A3677A
RGB
CMYK
RGB Variations
Color information
#A3677A (or 0xA3677A) is known color: Turkish Rose. HEX triplet: A3, 67 and 7A. RGB value is (163,103,122). Sum of RGB (Red+Green+Blue) = 163+103+122=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A3677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3677A is #5C9885. Grayscale: #7B7B7B. Windows color (decimal): -6068358 or 8021923. OLE color: 8021923.
HSL color Cylindrical-coordinate representation of color #A3677A: hue angle of 341º 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 #A3677A is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 103 | 122 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.36 |
| HSL | 341º | 0.25% | 0.52% | - |
| HSV(B) | 341º | 0.37% | 0.64% | - |
| XYZ | 23.47 | 18.89 | 20.82 | - |
| YUV | 123.11 | 127.38 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 122 | 0 | 0.37 | 0.25 | 0.36 | 341 | 0.25 | 0.52 |
| Hex | A3 | 67 | 7A | 0 | 25 | 19 | 24 | 155 | 19 | 34 |
| Octal | 243 | 147 | 172 | 0 | 45 | 31 | 44 | 525 | 31 | 64 |
| Binary | 10100011 | 1100111 | 1111010 | 0 | 100101 | 11001 | 100100 | 101010101 | 11001 | 110100 |
Color Harmonies of #A3677A
Complementary color
Monochromatic Colors of #A3677A
Black with #A3677A
Text Example
Text Example
White with #A3677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3677A; }
p { color: rgb(163,103,122); }
H1.HeaderClassName
{
color: #A3677A;
}
.AnyTagClassName
{
color: #A3677A;
}
</style>
background-color css
<style>
a { background-color: #A3677A; }
a { background-color: rgb(163,103,122); }
div.DivClassName
{
background-color: #A3677A;
}
.BgClassName
{
background-color: #A3677A;
}
</style>
border-color css
<style>
span { border-color: #A3677A; }
span { border-color: rgb(163,103,122); }
td.TdClassName
{
border-color: #A3677A;
}
.TagClassName
{
border-color: #A3677A;
}
</style>