Shades of Turkish Rose #A47C81
Tints of Turkish Rose #A47C81
RGB
CMYK
RGB Variations
Color information
#A47C81 (or 0xA47C81) is known color: Turkish Rose. HEX triplet: A4, 7C and 81. RGB value is (164,124,129). Sum of RGB (Red+Green+Blue) = 164+124+129=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47C81 is #5B837E. Grayscale: #888888. Windows color (decimal): -5997439 or 8486052. OLE color: 8486052.
HSL color Cylindrical-coordinate representation of color #A47C81: hue angle of 352.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A47C81 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 124 | 129 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.36 |
| HSL | 352.5º | 0.18% | 0.56% | - |
| HSV(B) | 352.5º | 0.24% | 0.64% | - |
| XYZ | 26.48 | 23.89 | 23.99 | - |
| YUV | 136.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 124 | 129 | 0 | 0.24 | 0.21 | 0.36 | 352.5 | 0.18 | 0.56 |
| Hex | A4 | 7C | 81 | 0 | 18 | 15 | 24 | 160 | 12 | 38 |
| Octal | 244 | 174 | 201 | 0 | 30 | 25 | 44 | 540 | 22 | 70 |
| Binary | 10100100 | 1111100 | 10000001 | 0 | 11000 | 10101 | 100100 | 101100000 | 10010 | 111000 |
Color Harmonies of #A47C81
Complementary color
Monochromatic Colors of #A47C81
Black with #A47C81
Text Example
Text Example
White with #A47C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47C81; }
p { color: rgb(164,124,129); }
H1.HeaderClassName
{
color: #A47C81;
}
.AnyTagClassName
{
color: #A47C81;
}
</style>
background-color css
<style>
a { background-color: #A47C81; }
a { background-color: rgb(164,124,129); }
div.DivClassName
{
background-color: #A47C81;
}
.BgClassName
{
background-color: #A47C81;
}
</style>
border-color css
<style>
span { border-color: #A47C81; }
span { border-color: rgb(164,124,129); }
td.TdClassName
{
border-color: #A47C81;
}
.TagClassName
{
border-color: #A47C81;
}
</style>