Shades of Turkish Rose #A47D81
Tints of Turkish Rose #A47D81
RGB
CMYK
RGB Variations
Color information
#A47D81 (or 0xA47D81) is known color: Turkish Rose. HEX triplet: A4, 7D and 81. RGB value is (164,125,129). Sum of RGB (Red+Green+Blue) = 164+125+129=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47D81 is #5B827E. Grayscale: #898989. Windows color (decimal): -5997183 or 8486308. OLE color: 8486308.
HSL color Cylindrical-coordinate representation of color #A47D81: hue angle of 353.85º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A47D81 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 125 | 129 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.36 |
| HSL | 353.85º | 0.18% | 0.57% | - |
| HSV(B) | 353.85º | 0.24% | 0.64% | - |
| XYZ | 26.61 | 24.14 | 24.03 | - |
| YUV | 137.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 125 | 129 | 0 | 0.24 | 0.21 | 0.36 | 353.85 | 0.18 | 0.57 |
| Hex | A4 | 7D | 81 | 0 | 18 | 15 | 24 | 162 | 12 | 39 |
| Octal | 244 | 175 | 201 | 0 | 30 | 25 | 44 | 542 | 22 | 71 |
| Binary | 10100100 | 1111101 | 10000001 | 0 | 11000 | 10101 | 100100 | 101100010 | 10010 | 111001 |
Color Harmonies of #A47D81
Complementary color
Monochromatic Colors of #A47D81
Black with #A47D81
Text Example
Text Example
White with #A47D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47D81; }
p { color: rgb(164,125,129); }
H1.HeaderClassName
{
color: #A47D81;
}
.AnyTagClassName
{
color: #A47D81;
}
</style>
background-color css
<style>
a { background-color: #A47D81; }
a { background-color: rgb(164,125,129); }
div.DivClassName
{
background-color: #A47D81;
}
.BgClassName
{
background-color: #A47D81;
}
</style>
border-color css
<style>
span { border-color: #A47D81; }
span { border-color: rgb(164,125,129); }
td.TdClassName
{
border-color: #A47D81;
}
.TagClassName
{
border-color: #A47D81;
}
</style>