Shades of Turkish Rose #A37D83
Tints of Turkish Rose #A37D83
RGB
CMYK
RGB Variations
Color information
#A37D83 (or 0xA37D83) is known color: Turkish Rose. HEX triplet: A3, 7D and 83. RGB value is (163,125,131). Sum of RGB (Red+Green+Blue) = 163+125+131=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37D83 is #5C827C. Grayscale: #898989. Windows color (decimal): -6062717 or 8617379. OLE color: 8617379.
HSL color Cylindrical-coordinate representation of color #A37D83: hue angle of 350.53º 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 #A37D83 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 125 | 131 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.36 |
| HSL | 350.53º | 0.17% | 0.56% | - |
| HSV(B) | 350.53º | 0.23% | 0.64% | - |
| XYZ | 26.53 | 24.09 | 24.72 | - |
| YUV | 137.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 131 | 0 | 0.23 | 0.20 | 0.36 | 350.53 | 0.17 | 0.56 |
| Hex | A3 | 7D | 83 | 0 | 17 | 14 | 24 | 15F | 11 | 38 |
| Octal | 243 | 175 | 203 | 0 | 27 | 24 | 44 | 537 | 21 | 70 |
| Binary | 10100011 | 1111101 | 10000011 | 0 | 10111 | 10100 | 100100 | 101011111 | 10001 | 111000 |
Color Harmonies of #A37D83
Complementary color
Monochromatic Colors of #A37D83
Black with #A37D83
Text Example
Text Example
White with #A37D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37D83; }
p { color: rgb(163,125,131); }
H1.HeaderClassName
{
color: #A37D83;
}
.AnyTagClassName
{
color: #A37D83;
}
</style>
background-color css
<style>
a { background-color: #A37D83; }
a { background-color: rgb(163,125,131); }
div.DivClassName
{
background-color: #A37D83;
}
.BgClassName
{
background-color: #A37D83;
}
</style>
border-color css
<style>
span { border-color: #A37D83; }
span { border-color: rgb(163,125,131); }
td.TdClassName
{
border-color: #A37D83;
}
.TagClassName
{
border-color: #A37D83;
}
</style>