Shades of Turkish Rose #A3727F
Tints of Turkish Rose #A3727F
RGB
CMYK
RGB Variations
Color information
#A3727F (or 0xA3727F) is known color: Turkish Rose. HEX triplet: A3, 72 and 7F. RGB value is (163,114,127). Sum of RGB (Red+Green+Blue) = 163+114+127=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A3727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3727F is #5C8D80. Grayscale: #828282. Windows color (decimal): -6065537 or 8352419. OLE color: 8352419.
HSL color Cylindrical-coordinate representation of color #A3727F: hue angle of 344.08º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3727F is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 114 | 127 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.36 |
| HSL | 344.08º | 0.21% | 0.54% | - |
| HSV(B) | 344.08º | 0.3% | 0.64% | - |
| XYZ | 24.95 | 21.35 | 22.89 | - |
| YUV | 130.13 | 126.23 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 114 | 127 | 0 | 0.30 | 0.22 | 0.36 | 344.08 | 0.21 | 0.54 |
| Hex | A3 | 72 | 7F | 0 | 1E | 16 | 24 | 158 | 15 | 36 |
| Octal | 243 | 162 | 177 | 0 | 36 | 26 | 44 | 530 | 25 | 66 |
| Binary | 10100011 | 1110010 | 1111111 | 0 | 11110 | 10110 | 100100 | 101011000 | 10101 | 110110 |
Color Harmonies of #A3727F
Complementary color
Monochromatic Colors of #A3727F
Black with #A3727F
Text Example
Text Example
White with #A3727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3727F; }
p { color: rgb(163,114,127); }
H1.HeaderClassName
{
color: #A3727F;
}
.AnyTagClassName
{
color: #A3727F;
}
</style>
background-color css
<style>
a { background-color: #A3727F; }
a { background-color: rgb(163,114,127); }
div.DivClassName
{
background-color: #A3727F;
}
.BgClassName
{
background-color: #A3727F;
}
</style>
border-color css
<style>
span { border-color: #A3727F; }
span { border-color: rgb(163,114,127); }
td.TdClassName
{
border-color: #A3727F;
}
.TagClassName
{
border-color: #A3727F;
}
</style>