Shades of Turkish Rose #A26C73
Tints of Turkish Rose #A26C73
RGB
CMYK
RGB Variations
Color information
#A26C73 (or 0xA26C73) is known color: Turkish Rose. HEX triplet: A2, 6C and 73. RGB value is (162,108,115). Sum of RGB (Red+Green+Blue) = 162+108+115=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26C73 is #5D938C. Grayscale: #7C7C7C. Windows color (decimal): -6132621 or 7564450. OLE color: 7564450.
HSL color Cylindrical-coordinate representation of color #A26C73: hue angle of 352.22º 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 #A26C73 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 108 | 115 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.36 |
| HSL | 352.22º | 0.23% | 0.53% | - |
| HSV(B) | 352.22º | 0.33% | 0.64% | - |
| XYZ | 23.36 | 19.64 | 18.78 | - |
| YUV | 124.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 115 | 0 | 0.33 | 0.29 | 0.36 | 352.22 | 0.23 | 0.53 |
| Hex | A2 | 6C | 73 | 0 | 21 | 1D | 24 | 160 | 16 | 35 |
| Octal | 242 | 154 | 163 | 0 | 41 | 35 | 44 | 540 | 26 | 65 |
| Binary | 10100010 | 1101100 | 1110011 | 0 | 100001 | 11101 | 100100 | 101100000 | 10110 | 110101 |
Color Harmonies of #A26C73
Complementary color
Monochromatic Colors of #A26C73
Black with #A26C73
Text Example
Text Example
White with #A26C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26C73; }
p { color: rgb(162,108,115); }
H1.HeaderClassName
{
color: #A26C73;
}
.AnyTagClassName
{
color: #A26C73;
}
</style>
background-color css
<style>
a { background-color: #A26C73; }
a { background-color: rgb(162,108,115); }
div.DivClassName
{
background-color: #A26C73;
}
.BgClassName
{
background-color: #A26C73;
}
</style>
border-color css
<style>
span { border-color: #A26C73; }
span { border-color: rgb(162,108,115); }
td.TdClassName
{
border-color: #A26C73;
}
.TagClassName
{
border-color: #A26C73;
}
</style>