Shades of Turkish Rose #A4656D
Tints of Turkish Rose #A4656D
RGB
CMYK
RGB Variations
Color information
#A4656D (or 0xA4656D) is known color: Turkish Rose. HEX triplet: A4, 65 and 6D. RGB value is (164,101,109). Sum of RGB (Red+Green+Blue) = 164+101+109=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A4656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4656D is #5B9A92. Grayscale: #787878. Windows color (decimal): -6003347 or 7169444. OLE color: 7169444.
HSL color Cylindrical-coordinate representation of color #A4656D: hue angle of 352.38º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4656D is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 101 | 109 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.36 |
| HSL | 352.38º | 0.26% | 0.52% | - |
| HSV(B) | 352.38º | 0.38% | 0.64% | - |
| XYZ | 22.72 | 18.3 | 16.8 | - |
| YUV | 120.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 101 | 109 | 0 | 0.38 | 0.34 | 0.36 | 352.38 | 0.26 | 0.52 |
| Hex | A4 | 65 | 6D | 0 | 26 | 22 | 24 | 160 | 1A | 34 |
| Octal | 244 | 145 | 155 | 0 | 46 | 42 | 44 | 540 | 32 | 64 |
| Binary | 10100100 | 1100101 | 1101101 | 0 | 100110 | 100010 | 100100 | 101100000 | 11010 | 110100 |
Color Harmonies of #A4656D
Complementary color
Monochromatic Colors of #A4656D
Black with #A4656D
Text Example
Text Example
White with #A4656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4656D; }
p { color: rgb(164,101,109); }
H1.HeaderClassName
{
color: #A4656D;
}
.AnyTagClassName
{
color: #A4656D;
}
</style>
background-color css
<style>
a { background-color: #A4656D; }
a { background-color: rgb(164,101,109); }
div.DivClassName
{
background-color: #A4656D;
}
.BgClassName
{
background-color: #A4656D;
}
</style>
border-color css
<style>
span { border-color: #A4656D; }
span { border-color: rgb(164,101,109); }
td.TdClassName
{
border-color: #A4656D;
}
.TagClassName
{
border-color: #A4656D;
}
</style>