Shades of Turkish Rose #A26D72
Tints of Turkish Rose #A26D72
RGB
CMYK
RGB Variations
Color information
#A26D72 (or 0xA26D72) is known color: Turkish Rose. HEX triplet: A2, 6D and 72. RGB value is (162,109,114). Sum of RGB (Red+Green+Blue) = 162+109+114=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26D72 is #5D928D. Grayscale: #7D7D7D. Windows color (decimal): -6132366 or 7499170. OLE color: 7499170.
HSL color Cylindrical-coordinate representation of color #A26D72: hue angle of 354.34º 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 #A26D72 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 109 | 114 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.36 |
| HSL | 354.34º | 0.22% | 0.53% | - |
| HSV(B) | 354.34º | 0.33% | 0.64% | - |
| XYZ | 23.41 | 19.83 | 18.51 | - |
| YUV | 125.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 114 | 0 | 0.33 | 0.30 | 0.36 | 354.34 | 0.22 | 0.53 |
| Hex | A2 | 6D | 72 | 0 | 21 | 1E | 24 | 162 | 16 | 35 |
| Octal | 242 | 155 | 162 | 0 | 41 | 36 | 44 | 542 | 26 | 65 |
| Binary | 10100010 | 1101101 | 1110010 | 0 | 100001 | 11110 | 100100 | 101100010 | 10110 | 110101 |
Color Harmonies of #A26D72
Complementary color
Monochromatic Colors of #A26D72
Black with #A26D72
Text Example
Text Example
White with #A26D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26D72; }
p { color: rgb(162,109,114); }
H1.HeaderClassName
{
color: #A26D72;
}
.AnyTagClassName
{
color: #A26D72;
}
</style>
background-color css
<style>
a { background-color: #A26D72; }
a { background-color: rgb(162,109,114); }
div.DivClassName
{
background-color: #A26D72;
}
.BgClassName
{
background-color: #A26D72;
}
</style>
border-color css
<style>
span { border-color: #A26D72; }
span { border-color: rgb(162,109,114); }
td.TdClassName
{
border-color: #A26D72;
}
.TagClassName
{
border-color: #A26D72;
}
</style>