Shades of Turkish Rose #A26D76
Tints of Turkish Rose #A26D76
RGB
CMYK
RGB Variations
Color information
#A26D76 (or 0xA26D76) is known color: Turkish Rose. HEX triplet: A2, 6D and 76. RGB value is (162,109,118). Sum of RGB (Red+Green+Blue) = 162+109+118=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26D76 is #5D9289. Grayscale: #7D7D7D. Windows color (decimal): -6132362 or 7761314. OLE color: 7761314.
HSL color Cylindrical-coordinate representation of color #A26D76: hue angle of 349.81º 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 #A26D76 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 109 | 118 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.36 |
| HSL | 349.81º | 0.22% | 0.53% | - |
| HSV(B) | 349.81º | 0.33% | 0.64% | - |
| XYZ | 23.64 | 19.93 | 19.74 | - |
| YUV | 125.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 118 | 0 | 0.33 | 0.27 | 0.36 | 349.81 | 0.22 | 0.53 |
| Hex | A2 | 6D | 76 | 0 | 21 | 1B | 24 | 15E | 16 | 35 |
| Octal | 242 | 155 | 166 | 0 | 41 | 33 | 44 | 536 | 26 | 65 |
| Binary | 10100010 | 1101101 | 1110110 | 0 | 100001 | 11011 | 100100 | 101011110 | 10110 | 110101 |
Color Harmonies of #A26D76
Complementary color
Monochromatic Colors of #A26D76
Black with #A26D76
Text Example
Text Example
White with #A26D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26D76; }
p { color: rgb(162,109,118); }
H1.HeaderClassName
{
color: #A26D76;
}
.AnyTagClassName
{
color: #A26D76;
}
</style>
background-color css
<style>
a { background-color: #A26D76; }
a { background-color: rgb(162,109,118); }
div.DivClassName
{
background-color: #A26D76;
}
.BgClassName
{
background-color: #A26D76;
}
</style>
border-color css
<style>
span { border-color: #A26D76; }
span { border-color: rgb(162,109,118); }
td.TdClassName
{
border-color: #A26D76;
}
.TagClassName
{
border-color: #A26D76;
}
</style>