Shades of Turkish Rose #A26B6E
Tints of Turkish Rose #A26B6E
RGB
CMYK
RGB Variations
Color information
#A26B6E (or 0xA26B6E) is known color: Turkish Rose. HEX triplet: A2, 6B and 6E. RGB value is (162,107,110). Sum of RGB (Red+Green+Blue) = 162+107+110=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A26B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26B6E is #5D9491. Grayscale: #7B7B7B. Windows color (decimal): -6132882 or 7236514. OLE color: 7236514.
HSL color Cylindrical-coordinate representation of color #A26B6E: hue angle of 356.73º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A26B6E is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 107 | 110 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.36 |
| HSL | 356.73º | 0.23% | 0.53% | - |
| HSV(B) | 356.73º | 0.34% | 0.64% | - |
| XYZ | 22.97 | 19.32 | 17.27 | - |
| YUV | 123.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 110 | 0 | 0.34 | 0.32 | 0.36 | 356.73 | 0.23 | 0.53 |
| Hex | A2 | 6B | 6E | 0 | 22 | 20 | 24 | 165 | 17 | 35 |
| Octal | 242 | 153 | 156 | 0 | 42 | 40 | 44 | 545 | 27 | 65 |
| Binary | 10100010 | 1101011 | 1101110 | 0 | 100010 | 100000 | 100100 | 101100101 | 10111 | 110101 |
Color Harmonies of #A26B6E
Complementary color
Monochromatic Colors of #A26B6E
Black with #A26B6E
Text Example
Text Example
White with #A26B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26B6E; }
p { color: rgb(162,107,110); }
H1.HeaderClassName
{
color: #A26B6E;
}
.AnyTagClassName
{
color: #A26B6E;
}
</style>
background-color css
<style>
a { background-color: #A26B6E; }
a { background-color: rgb(162,107,110); }
div.DivClassName
{
background-color: #A26B6E;
}
.BgClassName
{
background-color: #A26B6E;
}
</style>
border-color css
<style>
span { border-color: #A26B6E; }
span { border-color: rgb(162,107,110); }
td.TdClassName
{
border-color: #A26B6E;
}
.TagClassName
{
border-color: #A26B6E;
}
</style>