Shades of Turkish Rose #A4717A
Tints of Turkish Rose #A4717A
RGB
CMYK
RGB Variations
Color information
#A4717A (or 0xA4717A) is known color: Turkish Rose. HEX triplet: A4, 71 and 7A. RGB value is (164,113,122). Sum of RGB (Red+Green+Blue) = 164+113+122=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A4717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4717A is #5B8E85. Grayscale: #818181. Windows color (decimal): -6000262 or 8024484. OLE color: 8024484.
HSL color Cylindrical-coordinate representation of color #A4717A: hue angle of 349.41º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4717A is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 113 | 122 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.36 |
| HSL | 349.41º | 0.22% | 0.54% | - |
| HSV(B) | 349.41º | 0.31% | 0.64% | - |
| XYZ | 24.73 | 21.11 | 21.18 | - |
| YUV | 129.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 122 | 0 | 0.31 | 0.26 | 0.36 | 349.41 | 0.22 | 0.54 |
| Hex | A4 | 71 | 7A | 0 | 1F | 1A | 24 | 15D | 16 | 36 |
| Octal | 244 | 161 | 172 | 0 | 37 | 32 | 44 | 535 | 26 | 66 |
| Binary | 10100100 | 1110001 | 1111010 | 0 | 11111 | 11010 | 100100 | 101011101 | 10110 | 110110 |
Color Harmonies of #A4717A
Complementary color
Monochromatic Colors of #A4717A
Black with #A4717A
Text Example
Text Example
White with #A4717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4717A; }
p { color: rgb(164,113,122); }
H1.HeaderClassName
{
color: #A4717A;
}
.AnyTagClassName
{
color: #A4717A;
}
</style>
background-color css
<style>
a { background-color: #A4717A; }
a { background-color: rgb(164,113,122); }
div.DivClassName
{
background-color: #A4717A;
}
.BgClassName
{
background-color: #A4717A;
}
</style>
border-color css
<style>
span { border-color: #A4717A; }
span { border-color: rgb(164,113,122); }
td.TdClassName
{
border-color: #A4717A;
}
.TagClassName
{
border-color: #A4717A;
}
</style>