Shades of Turkish Rose #A26B6F
Tints of Turkish Rose #A26B6F
RGB
CMYK
RGB Variations
Color information
#A26B6F (or 0xA26B6F) is known color: Turkish Rose. HEX triplet: A2, 6B and 6F. RGB value is (162,107,111). Sum of RGB (Red+Green+Blue) = 162+107+111=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A26B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26B6F is #5D9490. Grayscale: #7B7B7B. Windows color (decimal): -6132881 or 7302050. OLE color: 7302050.
HSL color Cylindrical-coordinate representation of color #A26B6F: hue angle of 355.64º 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 #A26B6F is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 107 | 111 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.36 |
| HSL | 355.64º | 0.23% | 0.53% | - |
| HSV(B) | 355.64º | 0.34% | 0.64% | - |
| XYZ | 23.03 | 19.34 | 17.56 | - |
| YUV | 123.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 111 | 0 | 0.34 | 0.31 | 0.36 | 355.64 | 0.23 | 0.53 |
| Hex | A2 | 6B | 6F | 0 | 22 | 1F | 24 | 164 | 17 | 35 |
| Octal | 242 | 153 | 157 | 0 | 42 | 37 | 44 | 544 | 27 | 65 |
| Binary | 10100010 | 1101011 | 1101111 | 0 | 100010 | 11111 | 100100 | 101100100 | 10111 | 110101 |
Color Harmonies of #A26B6F
Complementary color
Monochromatic Colors of #A26B6F
Black with #A26B6F
Text Example
Text Example
White with #A26B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26B6F; }
p { color: rgb(162,107,111); }
H1.HeaderClassName
{
color: #A26B6F;
}
.AnyTagClassName
{
color: #A26B6F;
}
</style>
background-color css
<style>
a { background-color: #A26B6F; }
a { background-color: rgb(162,107,111); }
div.DivClassName
{
background-color: #A26B6F;
}
.BgClassName
{
background-color: #A26B6F;
}
</style>
border-color css
<style>
span { border-color: #A26B6F; }
span { border-color: rgb(162,107,111); }
td.TdClassName
{
border-color: #A26B6F;
}
.TagClassName
{
border-color: #A26B6F;
}
</style>