Shades of Turkish Rose #A2727B
Tints of Turkish Rose #A2727B
RGB
CMYK
RGB Variations
Color information
#A2727B (or 0xA2727B) is known color: Turkish Rose. HEX triplet: A2, 72 and 7B. RGB value is (162,114,123). Sum of RGB (Red+Green+Blue) = 162+114+123=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A2727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2727B is #5D8D84. Grayscale: #818181. Windows color (decimal): -6131077 or 8090274. OLE color: 8090274.
HSL color Cylindrical-coordinate representation of color #A2727B: hue angle of 348.75º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2727B is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 114 | 123 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.36 |
| HSL | 348.75º | 0.21% | 0.54% | - |
| HSV(B) | 348.75º | 0.3% | 0.64% | - |
| XYZ | 24.49 | 21.15 | 21.53 | - |
| YUV | 129.38 | 124.4 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 123 | 0 | 0.30 | 0.24 | 0.36 | 348.75 | 0.21 | 0.54 |
| Hex | A2 | 72 | 7B | 0 | 1E | 18 | 24 | 15D | 15 | 36 |
| Octal | 242 | 162 | 173 | 0 | 36 | 30 | 44 | 535 | 25 | 66 |
| Binary | 10100010 | 1110010 | 1111011 | 0 | 11110 | 11000 | 100100 | 101011101 | 10101 | 110110 |
Color Harmonies of #A2727B
Complementary color
Monochromatic Colors of #A2727B
Black with #A2727B
Text Example
Text Example
White with #A2727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2727B; }
p { color: rgb(162,114,123); }
H1.HeaderClassName
{
color: #A2727B;
}
.AnyTagClassName
{
color: #A2727B;
}
</style>
background-color css
<style>
a { background-color: #A2727B; }
a { background-color: rgb(162,114,123); }
div.DivClassName
{
background-color: #A2727B;
}
.BgClassName
{
background-color: #A2727B;
}
</style>
border-color css
<style>
span { border-color: #A2727B; }
span { border-color: rgb(162,114,123); }
td.TdClassName
{
border-color: #A2727B;
}
.TagClassName
{
border-color: #A2727B;
}
</style>