Shades of Turkish Rose #A37E81
Tints of Turkish Rose #A37E81
RGB
CMYK
RGB Variations
Color information
#A37E81 (or 0xA37E81) is known color: Turkish Rose. HEX triplet: A3, 7E and 81. RGB value is (163,126,129). Sum of RGB (Red+Green+Blue) = 163+126+129=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37E81 is #5C817E. Grayscale: #898989. Windows color (decimal): -6062463 or 8486563. OLE color: 8486563.
HSL color Cylindrical-coordinate representation of color #A37E81: hue angle of 355.14º 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 #A37E81 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 126 | 129 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.36 |
| HSL | 355.14º | 0.17% | 0.57% | - |
| HSV(B) | 355.14º | 0.23% | 0.64% | - |
| XYZ | 26.53 | 24.29 | 24.06 | - |
| YUV | 137.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 129 | 0 | 0.23 | 0.21 | 0.36 | 355.14 | 0.17 | 0.57 |
| Hex | A3 | 7E | 81 | 0 | 17 | 15 | 24 | 163 | 11 | 39 |
| Octal | 243 | 176 | 201 | 0 | 27 | 25 | 44 | 543 | 21 | 71 |
| Binary | 10100011 | 1111110 | 10000001 | 0 | 10111 | 10101 | 100100 | 101100011 | 10001 | 111001 |
Color Harmonies of #A37E81
Complementary color
Monochromatic Colors of #A37E81
Black with #A37E81
Text Example
Text Example
White with #A37E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37E81; }
p { color: rgb(163,126,129); }
H1.HeaderClassName
{
color: #A37E81;
}
.AnyTagClassName
{
color: #A37E81;
}
</style>
background-color css
<style>
a { background-color: #A37E81; }
a { background-color: rgb(163,126,129); }
div.DivClassName
{
background-color: #A37E81;
}
.BgClassName
{
background-color: #A37E81;
}
</style>
border-color css
<style>
span { border-color: #A37E81; }
span { border-color: rgb(163,126,129); }
td.TdClassName
{
border-color: #A37E81;
}
.TagClassName
{
border-color: #A37E81;
}
</style>