Shades of Turkish Rose #A4626E
Tints of Turkish Rose #A4626E
RGB
CMYK
RGB Variations
Color information
#A4626E (or 0xA4626E) is known color: Turkish Rose. HEX triplet: A4, 62 and 6E. RGB value is (164,98,110). Sum of RGB (Red+Green+Blue) = 164+98+110=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A4626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4626E is #5B9D91. Grayscale: #777777. Windows color (decimal): -6004114 or 7234212. OLE color: 7234212.
HSL color Cylindrical-coordinate representation of color #A4626E: hue angle of 349.09º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4626E is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 98 | 110 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.36 |
| HSL | 349.09º | 0.27% | 0.51% | - |
| HSV(B) | 349.09º | 0.4% | 0.64% | - |
| XYZ | 22.49 | 17.75 | 16.99 | - |
| YUV | 119.1 | 122.87 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 98 | 110 | 0 | 0.40 | 0.33 | 0.36 | 349.09 | 0.27 | 0.51 |
| Hex | A4 | 62 | 6E | 0 | 28 | 21 | 24 | 15D | 1B | 33 |
| Octal | 244 | 142 | 156 | 0 | 50 | 41 | 44 | 535 | 33 | 63 |
| Binary | 10100100 | 1100010 | 1101110 | 0 | 101000 | 100001 | 100100 | 101011101 | 11011 | 110011 |
Color Harmonies of #A4626E
Complementary color
Monochromatic Colors of #A4626E
Black with #A4626E
Text Example
Text Example
White with #A4626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4626E; }
p { color: rgb(164,98,110); }
H1.HeaderClassName
{
color: #A4626E;
}
.AnyTagClassName
{
color: #A4626E;
}
</style>
background-color css
<style>
a { background-color: #A4626E; }
a { background-color: rgb(164,98,110); }
div.DivClassName
{
background-color: #A4626E;
}
.BgClassName
{
background-color: #A4626E;
}
</style>
border-color css
<style>
span { border-color: #A4626E; }
span { border-color: rgb(164,98,110); }
td.TdClassName
{
border-color: #A4626E;
}
.TagClassName
{
border-color: #A4626E;
}
</style>