Shades of Turkish Rose #A4677A
Tints of Turkish Rose #A4677A
RGB
CMYK
RGB Variations
Color information
#A4677A (or 0xA4677A) is known color: Turkish Rose. HEX triplet: A4, 67 and 7A. RGB value is (164,103,122). Sum of RGB (Red+Green+Blue) = 164+103+122=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A4677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4677A is #5B9885. Grayscale: #7B7B7B. Windows color (decimal): -6002822 or 8021924. OLE color: 8021924.
HSL color Cylindrical-coordinate representation of color #A4677A: hue angle of 341.31º 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 #A4677A is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 103 | 122 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.36 |
| HSL | 341.31º | 0.25% | 0.52% | - |
| HSV(B) | 341.31º | 0.37% | 0.64% | - |
| XYZ | 23.67 | 19 | 20.83 | - |
| YUV | 123.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 103 | 122 | 0 | 0.37 | 0.26 | 0.36 | 341.31 | 0.25 | 0.52 |
| Hex | A4 | 67 | 7A | 0 | 25 | 1A | 24 | 155 | 19 | 34 |
| Octal | 244 | 147 | 172 | 0 | 45 | 32 | 44 | 525 | 31 | 64 |
| Binary | 10100100 | 1100111 | 1111010 | 0 | 100101 | 11010 | 100100 | 101010101 | 11001 | 110100 |
Color Harmonies of #A4677A
Complementary color
Monochromatic Colors of #A4677A
Black with #A4677A
Text Example
Text Example
White with #A4677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4677A; }
p { color: rgb(164,103,122); }
H1.HeaderClassName
{
color: #A4677A;
}
.AnyTagClassName
{
color: #A4677A;
}
</style>
background-color css
<style>
a { background-color: #A4677A; }
a { background-color: rgb(164,103,122); }
div.DivClassName
{
background-color: #A4677A;
}
.BgClassName
{
background-color: #A4677A;
}
</style>
border-color css
<style>
span { border-color: #A4677A; }
span { border-color: rgb(164,103,122); }
td.TdClassName
{
border-color: #A4677A;
}
.TagClassName
{
border-color: #A4677A;
}
</style>