Shades of Turkish Rose #A27C83
Tints of Turkish Rose #A27C83
RGB
CMYK
RGB Variations
Color information
#A27C83 (or 0xA27C83) is known color: Turkish Rose. HEX triplet: A2, 7C and 83. RGB value is (162,124,131). Sum of RGB (Red+Green+Blue) = 162+124+131=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27C83 is #5D837C. Grayscale: #888888. Windows color (decimal): -6128509 or 8617122. OLE color: 8617122.
HSL color Cylindrical-coordinate representation of color #A27C83: hue angle of 348.95º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A27C83 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 124 | 131 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.36 |
| HSL | 348.95º | 0.17% | 0.56% | - |
| HSV(B) | 348.95º | 0.23% | 0.64% | - |
| XYZ | 26.2 | 23.74 | 24.67 | - |
| YUV | 136.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 131 | 0 | 0.23 | 0.19 | 0.36 | 348.95 | 0.17 | 0.56 |
| Hex | A2 | 7C | 83 | 0 | 17 | 13 | 24 | 15D | 11 | 38 |
| Octal | 242 | 174 | 203 | 0 | 27 | 23 | 44 | 535 | 21 | 70 |
| Binary | 10100010 | 1111100 | 10000011 | 0 | 10111 | 10011 | 100100 | 101011101 | 10001 | 111000 |
Color Harmonies of #A27C83
Complementary color
Monochromatic Colors of #A27C83
Black with #A27C83
Text Example
Text Example
White with #A27C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27C83; }
p { color: rgb(162,124,131); }
H1.HeaderClassName
{
color: #A27C83;
}
.AnyTagClassName
{
color: #A27C83;
}
</style>
background-color css
<style>
a { background-color: #A27C83; }
a { background-color: rgb(162,124,131); }
div.DivClassName
{
background-color: #A27C83;
}
.BgClassName
{
background-color: #A27C83;
}
</style>
border-color css
<style>
span { border-color: #A27C83; }
span { border-color: rgb(162,124,131); }
td.TdClassName
{
border-color: #A27C83;
}
.TagClassName
{
border-color: #A27C83;
}
</style>