Shades of Turkish Rose #A26264
Tints of Turkish Rose #A26264
RGB
CMYK
RGB Variations
Color information
#A26264 (or 0xA26264) is known color: Turkish Rose. HEX triplet: A2, 62 and 64. RGB value is (162,98,100). Sum of RGB (Red+Green+Blue) = 162+98+100=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A26264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26264 is #5D9D9B. Grayscale: #757575. Windows color (decimal): -6135196 or 6578850. OLE color: 6578850.
HSL color Cylindrical-coordinate representation of color #A26264: hue angle of 358.12º 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 #A26264 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 98 | 100 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.36 |
| HSL | 358.13º | 0.26% | 0.51% | - |
| HSV(B) | 358.13º | 0.4% | 0.64% | - |
| XYZ | 21.57 | 17.34 | 14.27 | - |
| YUV | 117.36 | 118.2 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 98 | 100 | 0 | 0.40 | 0.38 | 0.36 | 358.13 | 0.26 | 0.51 |
| Hex | A2 | 62 | 64 | 0 | 28 | 26 | 24 | 166 | 1A | 33 |
| Octal | 242 | 142 | 144 | 0 | 50 | 46 | 44 | 546 | 32 | 63 |
| Binary | 10100010 | 1100010 | 1100100 | 0 | 101000 | 100110 | 100100 | 101100110 | 11010 | 110011 |
Color Harmonies of #A26264
Complementary color
Monochromatic Colors of #A26264
Black with #A26264
Text Example
Text Example
White with #A26264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26264; }
p { color: rgb(162,98,100); }
H1.HeaderClassName
{
color: #A26264;
}
.AnyTagClassName
{
color: #A26264;
}
</style>
background-color css
<style>
a { background-color: #A26264; }
a { background-color: rgb(162,98,100); }
div.DivClassName
{
background-color: #A26264;
}
.BgClassName
{
background-color: #A26264;
}
</style>
border-color css
<style>
span { border-color: #A26264; }
span { border-color: rgb(162,98,100); }
td.TdClassName
{
border-color: #A26264;
}
.TagClassName
{
border-color: #A26264;
}
</style>