Shades of Turkish Rose #A27273
Tints of Turkish Rose #A27273
RGB
CMYK
RGB Variations
Color information
#A27273 (or 0xA27273) is known color: Turkish Rose. HEX triplet: A2, 72 and 73. RGB value is (162,114,115). Sum of RGB (Red+Green+Blue) = 162+114+115=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A27273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27273 is #5D8D8C. Grayscale: #808080. Windows color (decimal): -6131085 or 7565986. OLE color: 7565986.
HSL color Cylindrical-coordinate representation of color #A27273: hue angle of 358.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 #A27273 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 114 | 115 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.36 |
| HSL | 358.75º | 0.21% | 0.54% | - |
| HSV(B) | 358.75º | 0.3% | 0.64% | - |
| XYZ | 24.01 | 20.95 | 19 | - |
| YUV | 128.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 115 | 0 | 0.30 | 0.29 | 0.36 | 358.75 | 0.21 | 0.54 |
| Hex | A2 | 72 | 73 | 0 | 1E | 1D | 24 | 167 | 15 | 36 |
| Octal | 242 | 162 | 163 | 0 | 36 | 35 | 44 | 547 | 25 | 66 |
| Binary | 10100010 | 1110010 | 1110011 | 0 | 11110 | 11101 | 100100 | 101100111 | 10101 | 110110 |
Color Harmonies of #A27273
Complementary color
Monochromatic Colors of #A27273
Black with #A27273
Text Example
Text Example
White with #A27273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27273; }
p { color: rgb(162,114,115); }
H1.HeaderClassName
{
color: #A27273;
}
.AnyTagClassName
{
color: #A27273;
}
</style>
background-color css
<style>
a { background-color: #A27273; }
a { background-color: rgb(162,114,115); }
div.DivClassName
{
background-color: #A27273;
}
.BgClassName
{
background-color: #A27273;
}
</style>
border-color css
<style>
span { border-color: #A27273; }
span { border-color: rgb(162,114,115); }
td.TdClassName
{
border-color: #A27273;
}
.TagClassName
{
border-color: #A27273;
}
</style>