Shades of Turkish Rose #A26D79
Tints of Turkish Rose #A26D79
RGB
CMYK
RGB Variations
Color information
#A26D79 (or 0xA26D79) is known color: Turkish Rose. HEX triplet: A2, 6D and 79. RGB value is (162,109,121). Sum of RGB (Red+Green+Blue) = 162+109+121=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26D79 is #5D9286. Grayscale: #7E7E7E. Windows color (decimal): -6132359 or 7957922. OLE color: 7957922.
HSL color Cylindrical-coordinate representation of color #A26D79: hue angle of 346.42º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A26D79 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 109 | 121 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.36 |
| HSL | 346.42º | 0.22% | 0.53% | - |
| HSV(B) | 346.42º | 0.33% | 0.64% | - |
| XYZ | 23.82 | 20 | 20.69 | - |
| YUV | 126.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 121 | 0 | 0.33 | 0.25 | 0.36 | 346.42 | 0.22 | 0.53 |
| Hex | A2 | 6D | 79 | 0 | 21 | 19 | 24 | 15A | 16 | 35 |
| Octal | 242 | 155 | 171 | 0 | 41 | 31 | 44 | 532 | 26 | 65 |
| Binary | 10100010 | 1101101 | 1111001 | 0 | 100001 | 11001 | 100100 | 101011010 | 10110 | 110101 |
Color Harmonies of #A26D79
Complementary color
Monochromatic Colors of #A26D79
Black with #A26D79
Text Example
Text Example
White with #A26D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26D79; }
p { color: rgb(162,109,121); }
H1.HeaderClassName
{
color: #A26D79;
}
.AnyTagClassName
{
color: #A26D79;
}
</style>
background-color css
<style>
a { background-color: #A26D79; }
a { background-color: rgb(162,109,121); }
div.DivClassName
{
background-color: #A26D79;
}
.BgClassName
{
background-color: #A26D79;
}
</style>
border-color css
<style>
span { border-color: #A26D79; }
span { border-color: rgb(162,109,121); }
td.TdClassName
{
border-color: #A26D79;
}
.TagClassName
{
border-color: #A26D79;
}
</style>