Shades of Turkish Rose #A47E82
Tints of Turkish Rose #A47E82
RGB
CMYK
RGB Variations
Color information
#A47E82 (or 0xA47E82) is known color: Turkish Rose. HEX triplet: A4, 7E and 82. RGB value is (164,126,130). Sum of RGB (Red+Green+Blue) = 164+126+130=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47E82 is #5B817D. Grayscale: #898989. Windows color (decimal): -5996926 or 8552100. OLE color: 8552100.
HSL color Cylindrical-coordinate representation of color #A47E82: hue angle of 353.68º 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 #A47E82 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 126 | 130 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.36 |
| HSL | 353.68º | 0.17% | 0.57% | - |
| HSV(B) | 353.68º | 0.23% | 0.64% | - |
| XYZ | 26.8 | 24.43 | 24.42 | - |
| YUV | 137.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 130 | 0 | 0.23 | 0.21 | 0.36 | 353.68 | 0.17 | 0.57 |
| Hex | A4 | 7E | 82 | 0 | 17 | 15 | 24 | 162 | 11 | 39 |
| Octal | 244 | 176 | 202 | 0 | 27 | 25 | 44 | 542 | 21 | 71 |
| Binary | 10100100 | 1111110 | 10000010 | 0 | 10111 | 10101 | 100100 | 101100010 | 10001 | 111001 |
Color Harmonies of #A47E82
Complementary color
Monochromatic Colors of #A47E82
Black with #A47E82
Text Example
Text Example
White with #A47E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47E82; }
p { color: rgb(164,126,130); }
H1.HeaderClassName
{
color: #A47E82;
}
.AnyTagClassName
{
color: #A47E82;
}
</style>
background-color css
<style>
a { background-color: #A47E82; }
a { background-color: rgb(164,126,130); }
div.DivClassName
{
background-color: #A47E82;
}
.BgClassName
{
background-color: #A47E82;
}
</style>
border-color css
<style>
span { border-color: #A47E82; }
span { border-color: rgb(164,126,130); }
td.TdClassName
{
border-color: #A47E82;
}
.TagClassName
{
border-color: #A47E82;
}
</style>