Shades of Turkish Rose #A47A7D
Tints of Turkish Rose #A47A7D
RGB
CMYK
RGB Variations
Color information
#A47A7D (or 0xA47A7D) is known color: Turkish Rose. HEX triplet: A4, 7A and 7D. RGB value is (164,122,125). Sum of RGB (Red+Green+Blue) = 164+122+125=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A7D is #5B8582. Grayscale: #868686. Windows color (decimal): -5997955 or 8223396. OLE color: 8223396.
HSL color Cylindrical-coordinate representation of color #A47A7D: hue angle of 355.71º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A47A7D is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 122 | 125 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.36 |
| HSL | 355.71º | 0.19% | 0.56% | - |
| HSV(B) | 355.71º | 0.26% | 0.64% | - |
| XYZ | 25.97 | 23.29 | 22.53 | - |
| YUV | 134.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 125 | 0 | 0.26 | 0.24 | 0.36 | 355.71 | 0.19 | 0.56 |
| Hex | A4 | 7A | 7D | 0 | 1A | 18 | 24 | 164 | 13 | 38 |
| Octal | 244 | 172 | 175 | 0 | 32 | 30 | 44 | 544 | 23 | 70 |
| Binary | 10100100 | 1111010 | 1111101 | 0 | 11010 | 11000 | 100100 | 101100100 | 10011 | 111000 |
Color Harmonies of #A47A7D
Complementary color
Monochromatic Colors of #A47A7D
Black with #A47A7D
Text Example
Text Example
White with #A47A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47A7D; }
p { color: rgb(164,122,125); }
H1.HeaderClassName
{
color: #A47A7D;
}
.AnyTagClassName
{
color: #A47A7D;
}
</style>
background-color css
<style>
a { background-color: #A47A7D; }
a { background-color: rgb(164,122,125); }
div.DivClassName
{
background-color: #A47A7D;
}
.BgClassName
{
background-color: #A47A7D;
}
</style>
border-color css
<style>
span { border-color: #A47A7D; }
span { border-color: rgb(164,122,125); }
td.TdClassName
{
border-color: #A47A7D;
}
.TagClassName
{
border-color: #A47A7D;
}
</style>