Shades of Turkish Rose #A46A76
Tints of Turkish Rose #A46A76
RGB
CMYK
RGB Variations
Color information
#A46A76 (or 0xA46A76) is known color: Turkish Rose. HEX triplet: A4, 6A and 76. RGB value is (164,106,118). Sum of RGB (Red+Green+Blue) = 164+106+118=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46A76 is #5B9589. Grayscale: #7C7C7C. Windows color (decimal): -6002058 or 7760548. OLE color: 7760548.
HSL color Cylindrical-coordinate representation of color #A46A76: hue angle of 347.59º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A46A76 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 106 | 118 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.36 |
| HSL | 347.59º | 0.24% | 0.53% | - |
| HSV(B) | 347.59º | 0.35% | 0.64% | - |
| XYZ | 23.73 | 19.51 | 19.65 | - |
| YUV | 124.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 106 | 118 | 0 | 0.35 | 0.28 | 0.36 | 347.59 | 0.24 | 0.53 |
| Hex | A4 | 6A | 76 | 0 | 23 | 1C | 24 | 15C | 18 | 35 |
| Octal | 244 | 152 | 166 | 0 | 43 | 34 | 44 | 534 | 30 | 65 |
| Binary | 10100100 | 1101010 | 1110110 | 0 | 100011 | 11100 | 100100 | 101011100 | 11000 | 110101 |
Color Harmonies of #A46A76
Complementary color
Monochromatic Colors of #A46A76
Black with #A46A76
Text Example
Text Example
White with #A46A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46A76; }
p { color: rgb(164,106,118); }
H1.HeaderClassName
{
color: #A46A76;
}
.AnyTagClassName
{
color: #A46A76;
}
</style>
background-color css
<style>
a { background-color: #A46A76; }
a { background-color: rgb(164,106,118); }
div.DivClassName
{
background-color: #A46A76;
}
.BgClassName
{
background-color: #A46A76;
}
</style>
border-color css
<style>
span { border-color: #A46A76; }
span { border-color: rgb(164,106,118); }
td.TdClassName
{
border-color: #A46A76;
}
.TagClassName
{
border-color: #A46A76;
}
</style>