Shades of Turkish Rose #A27F83
Tints of Turkish Rose #A27F83
RGB
CMYK
RGB Variations
Color information
#A27F83 (or 0xA27F83) is known color: Turkish Rose. HEX triplet: A2, 7F and 83. RGB value is (162,127,131). Sum of RGB (Red+Green+Blue) = 162+127+131=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27F83 is #5D807C. Grayscale: #898989. Windows color (decimal): -6127741 or 8617890. OLE color: 8617890.
HSL color Cylindrical-coordinate representation of color #A27F83: hue angle of 353.14º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A27F83 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 127 | 131 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.36 |
| HSL | 353.14º | 0.16% | 0.57% | - |
| HSV(B) | 353.14º | 0.22% | 0.64% | - |
| XYZ | 26.59 | 24.5 | 24.8 | - |
| YUV | 137.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 131 | 0 | 0.22 | 0.19 | 0.36 | 353.14 | 0.16 | 0.57 |
| Hex | A2 | 7F | 83 | 0 | 16 | 13 | 24 | 161 | 10 | 39 |
| Octal | 242 | 177 | 203 | 0 | 26 | 23 | 44 | 541 | 20 | 71 |
| Binary | 10100010 | 1111111 | 10000011 | 0 | 10110 | 10011 | 100100 | 101100001 | 10000 | 111001 |
Color Harmonies of #A27F83
Complementary color
Monochromatic Colors of #A27F83
Black with #A27F83
Text Example
Text Example
White with #A27F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27F83; }
p { color: rgb(162,127,131); }
H1.HeaderClassName
{
color: #A27F83;
}
.AnyTagClassName
{
color: #A27F83;
}
</style>
background-color css
<style>
a { background-color: #A27F83; }
a { background-color: rgb(162,127,131); }
div.DivClassName
{
background-color: #A27F83;
}
.BgClassName
{
background-color: #A27F83;
}
</style>
border-color css
<style>
span { border-color: #A27F83; }
span { border-color: rgb(162,127,131); }
td.TdClassName
{
border-color: #A27F83;
}
.TagClassName
{
border-color: #A27F83;
}
</style>