Shades of Turkish Rose #A26C78
Tints of Turkish Rose #A26C78
RGB
CMYK
RGB Variations
Color information
#A26C78 (or 0xA26C78) is known color: Turkish Rose. HEX triplet: A2, 6C and 78. RGB value is (162,108,120). Sum of RGB (Red+Green+Blue) = 162+108+120=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26C78 is #5D9387. Grayscale: #7D7D7D. Windows color (decimal): -6132616 or 7892130. OLE color: 7892130.
HSL color Cylindrical-coordinate representation of color #A26C78: hue angle of 346.67º 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 #A26C78 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 108 | 120 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.36 |
| HSL | 346.67º | 0.23% | 0.53% | - |
| HSV(B) | 346.67º | 0.33% | 0.64% | - |
| XYZ | 23.65 | 19.76 | 20.34 | - |
| YUV | 125.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 120 | 0 | 0.33 | 0.26 | 0.36 | 346.67 | 0.23 | 0.53 |
| Hex | A2 | 6C | 78 | 0 | 21 | 1A | 24 | 15B | 16 | 35 |
| Octal | 242 | 154 | 170 | 0 | 41 | 32 | 44 | 533 | 26 | 65 |
| Binary | 10100010 | 1101100 | 1111000 | 0 | 100001 | 11010 | 100100 | 101011011 | 10110 | 110101 |
Color Harmonies of #A26C78
Complementary color
Monochromatic Colors of #A26C78
Black with #A26C78
Text Example
Text Example
White with #A26C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26C78; }
p { color: rgb(162,108,120); }
H1.HeaderClassName
{
color: #A26C78;
}
.AnyTagClassName
{
color: #A26C78;
}
</style>
background-color css
<style>
a { background-color: #A26C78; }
a { background-color: rgb(162,108,120); }
div.DivClassName
{
background-color: #A26C78;
}
.BgClassName
{
background-color: #A26C78;
}
</style>
border-color css
<style>
span { border-color: #A26C78; }
span { border-color: rgb(162,108,120); }
td.TdClassName
{
border-color: #A26C78;
}
.TagClassName
{
border-color: #A26C78;
}
</style>