Shades of Turkish Rose #A26377
Tints of Turkish Rose #A26377
RGB
CMYK
RGB Variations
Color information
#A26377 (or 0xA26377) is known color: Turkish Rose. HEX triplet: A2, 63 and 77. RGB value is (162,99,119). Sum of RGB (Red+Green+Blue) = 162+99+119=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A26377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26377 is #5D9C88. Grayscale: #787878. Windows color (decimal): -6134921 or 7824290. OLE color: 7824290.
HSL color Cylindrical-coordinate representation of color #A26377: hue angle of 340.95º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A26377 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 99 | 119 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.36 |
| HSL | 340.95º | 0.25% | 0.51% | - |
| HSV(B) | 340.95º | 0.39% | 0.64% | - |
| XYZ | 22.69 | 17.94 | 19.72 | - |
| YUV | 120.12 | 127.37 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 99 | 119 | 0 | 0.39 | 0.27 | 0.36 | 340.95 | 0.25 | 0.51 |
| Hex | A2 | 63 | 77 | 0 | 27 | 1B | 24 | 155 | 19 | 33 |
| Octal | 242 | 143 | 167 | 0 | 47 | 33 | 44 | 525 | 31 | 63 |
| Binary | 10100010 | 1100011 | 1110111 | 0 | 100111 | 11011 | 100100 | 101010101 | 11001 | 110011 |
Color Harmonies of #A26377
Complementary color
Monochromatic Colors of #A26377
Black with #A26377
Text Example
Text Example
White with #A26377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26377; }
p { color: rgb(162,99,119); }
H1.HeaderClassName
{
color: #A26377;
}
.AnyTagClassName
{
color: #A26377;
}
</style>
background-color css
<style>
a { background-color: #A26377; }
a { background-color: rgb(162,99,119); }
div.DivClassName
{
background-color: #A26377;
}
.BgClassName
{
background-color: #A26377;
}
</style>
border-color css
<style>
span { border-color: #A26377; }
span { border-color: rgb(162,99,119); }
td.TdClassName
{
border-color: #A26377;
}
.TagClassName
{
border-color: #A26377;
}
</style>