Shades of Turkish Rose #A37E83
Tints of Turkish Rose #A37E83
RGB
CMYK
RGB Variations
Color information
#A37E83 (or 0xA37E83) is known color: Turkish Rose. HEX triplet: A3, 7E and 83. RGB value is (163,126,131). Sum of RGB (Red+Green+Blue) = 163+126+131=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37E83 is #5C817C. Grayscale: #898989. Windows color (decimal): -6062461 or 8617635. OLE color: 8617635.
HSL color Cylindrical-coordinate representation of color #A37E83: hue angle of 351.89º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A37E83 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 126 | 131 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.36 |
| HSL | 351.89º | 0.17% | 0.57% | - |
| HSV(B) | 351.89º | 0.23% | 0.64% | - |
| XYZ | 26.66 | 24.35 | 24.77 | - |
| YUV | 137.63 | 124.26 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 131 | 0 | 0.23 | 0.20 | 0.36 | 351.89 | 0.17 | 0.57 |
| Hex | A3 | 7E | 83 | 0 | 17 | 14 | 24 | 160 | 11 | 39 |
| Octal | 243 | 176 | 203 | 0 | 27 | 24 | 44 | 540 | 21 | 71 |
| Binary | 10100011 | 1111110 | 10000011 | 0 | 10111 | 10100 | 100100 | 101100000 | 10001 | 111001 |
Color Harmonies of #A37E83
Complementary color
Monochromatic Colors of #A37E83
Black with #A37E83
Text Example
Text Example
White with #A37E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37E83; }
p { color: rgb(163,126,131); }
H1.HeaderClassName
{
color: #A37E83;
}
.AnyTagClassName
{
color: #A37E83;
}
</style>
background-color css
<style>
a { background-color: #A37E83; }
a { background-color: rgb(163,126,131); }
div.DivClassName
{
background-color: #A37E83;
}
.BgClassName
{
background-color: #A37E83;
}
</style>
border-color css
<style>
span { border-color: #A37E83; }
span { border-color: rgb(163,126,131); }
td.TdClassName
{
border-color: #A37E83;
}
.TagClassName
{
border-color: #A37E83;
}
</style>