Shades of Turkish Rose #A26B6D
Tints of Turkish Rose #A26B6D
RGB
CMYK
RGB Variations
Color information
#A26B6D (or 0xA26B6D) is known color: Turkish Rose. HEX triplet: A2, 6B and 6D. RGB value is (162,107,109). Sum of RGB (Red+Green+Blue) = 162+107+109=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A26B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26B6D is #5D9492. Grayscale: #7B7B7B. Windows color (decimal): -6132883 or 7170978. OLE color: 7170978.
HSL color Cylindrical-coordinate representation of color #A26B6D: hue angle of 357.82º 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 #A26B6D is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 107 | 109 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.36 |
| HSL | 357.82º | 0.23% | 0.53% | - |
| HSV(B) | 357.82º | 0.34% | 0.64% | - |
| XYZ | 22.92 | 19.3 | 16.99 | - |
| YUV | 123.67 | 119.72 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 109 | 0 | 0.34 | 0.33 | 0.36 | 357.82 | 0.23 | 0.53 |
| Hex | A2 | 6B | 6D | 0 | 22 | 21 | 24 | 166 | 17 | 35 |
| Octal | 242 | 153 | 155 | 0 | 42 | 41 | 44 | 546 | 27 | 65 |
| Binary | 10100010 | 1101011 | 1101101 | 0 | 100010 | 100001 | 100100 | 101100110 | 10111 | 110101 |
Color Harmonies of #A26B6D
Complementary color
Monochromatic Colors of #A26B6D
Black with #A26B6D
Text Example
Text Example
White with #A26B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26B6D; }
p { color: rgb(162,107,109); }
H1.HeaderClassName
{
color: #A26B6D;
}
.AnyTagClassName
{
color: #A26B6D;
}
</style>
background-color css
<style>
a { background-color: #A26B6D; }
a { background-color: rgb(162,107,109); }
div.DivClassName
{
background-color: #A26B6D;
}
.BgClassName
{
background-color: #A26B6D;
}
</style>
border-color css
<style>
span { border-color: #A26B6D; }
span { border-color: rgb(162,107,109); }
td.TdClassName
{
border-color: #A26B6D;
}
.TagClassName
{
border-color: #A26B6D;
}
</style>