Shades of Turkish Rose #A26164
Tints of Turkish Rose #A26164
RGB
CMYK
RGB Variations
Color information
#A26164 (or 0xA26164) is known color: Turkish Rose. HEX triplet: A2, 61 and 64. RGB value is (162,97,100). Sum of RGB (Red+Green+Blue) = 162+97+100=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A26164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26164 is #5D9E9B. Grayscale: #747474. Windows color (decimal): -6135452 or 6578594. OLE color: 6578594.
HSL color Cylindrical-coordinate representation of color #A26164: hue angle of 357.23º degrees, saturation: 0.26, 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 #A26164 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 97 | 100 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.36 |
| HSL | 357.23º | 0.26% | 0.51% | - |
| HSV(B) | 357.23º | 0.4% | 0.64% | - |
| XYZ | 21.48 | 17.15 | 14.24 | - |
| YUV | 116.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 100 | 0 | 0.40 | 0.38 | 0.36 | 357.23 | 0.26 | 0.51 |
| Hex | A2 | 61 | 64 | 0 | 28 | 26 | 24 | 165 | 1A | 33 |
| Octal | 242 | 141 | 144 | 0 | 50 | 46 | 44 | 545 | 32 | 63 |
| Binary | 10100010 | 1100001 | 1100100 | 0 | 101000 | 100110 | 100100 | 101100101 | 11010 | 110011 |
Color Harmonies of #A26164
Complementary color
Monochromatic Colors of #A26164
Black with #A26164
Text Example
Text Example
White with #A26164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26164; }
p { color: rgb(162,97,100); }
H1.HeaderClassName
{
color: #A26164;
}
.AnyTagClassName
{
color: #A26164;
}
</style>
background-color css
<style>
a { background-color: #A26164; }
a { background-color: rgb(162,97,100); }
div.DivClassName
{
background-color: #A26164;
}
.BgClassName
{
background-color: #A26164;
}
</style>
border-color css
<style>
span { border-color: #A26164; }
span { border-color: rgb(162,97,100); }
td.TdClassName
{
border-color: #A26164;
}
.TagClassName
{
border-color: #A26164;
}
</style>