Shades of Turkish Rose #A26C7B
Tints of Turkish Rose #A26C7B
RGB
CMYK
RGB Variations
Color information
#A26C7B (or 0xA26C7B) is known color: Turkish Rose. HEX triplet: A2, 6C and 7B. RGB value is (162,108,123). Sum of RGB (Red+Green+Blue) = 162+108+123=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26C7B is #5D9384. Grayscale: #7D7D7D. Windows color (decimal): -6132613 or 8088738. OLE color: 8088738.
HSL color Cylindrical-coordinate representation of color #A26C7B: hue angle of 343.33º 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 #A26C7B is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 108 | 123 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.36 |
| HSL | 343.33º | 0.23% | 0.53% | - |
| HSV(B) | 343.33º | 0.33% | 0.64% | - |
| XYZ | 23.84 | 19.84 | 21.31 | - |
| YUV | 125.86 | 126.39 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 123 | 0 | 0.33 | 0.24 | 0.36 | 343.33 | 0.23 | 0.53 |
| Hex | A2 | 6C | 7B | 0 | 21 | 18 | 24 | 157 | 16 | 35 |
| Octal | 242 | 154 | 173 | 0 | 41 | 30 | 44 | 527 | 26 | 65 |
| Binary | 10100010 | 1101100 | 1111011 | 0 | 100001 | 11000 | 100100 | 101010111 | 10110 | 110101 |
Color Harmonies of #A26C7B
Complementary color
Monochromatic Colors of #A26C7B
Black with #A26C7B
Text Example
Text Example
White with #A26C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26C7B; }
p { color: rgb(162,108,123); }
H1.HeaderClassName
{
color: #A26C7B;
}
.AnyTagClassName
{
color: #A26C7B;
}
</style>
background-color css
<style>
a { background-color: #A26C7B; }
a { background-color: rgb(162,108,123); }
div.DivClassName
{
background-color: #A26C7B;
}
.BgClassName
{
background-color: #A26C7B;
}
</style>
border-color css
<style>
span { border-color: #A26C7B; }
span { border-color: rgb(162,108,123); }
td.TdClassName
{
border-color: #A26C7B;
}
.TagClassName
{
border-color: #A26C7B;
}
</style>