Shades of Turkish Rose #A46A6D
Tints of Turkish Rose #A46A6D
RGB
CMYK
RGB Variations
Color information
#A46A6D (or 0xA46A6D) is known color: Turkish Rose. HEX triplet: A4, 6A and 6D. RGB value is (164,106,109). Sum of RGB (Red+Green+Blue) = 164+106+109=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46A6D is #5B9592. Grayscale: #7B7B7B. Windows color (decimal): -6002067 or 7170724. OLE color: 7170724.
HSL color Cylindrical-coordinate representation of color #A46A6D: hue angle of 356.9º 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 #A46A6D is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 106 | 109 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.36 |
| HSL | 356.9º | 0.24% | 0.53% | - |
| HSV(B) | 356.9º | 0.35% | 0.64% | - |
| XYZ | 23.22 | 19.3 | 16.97 | - |
| YUV | 123.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 106 | 109 | 0 | 0.35 | 0.34 | 0.36 | 356.9 | 0.24 | 0.53 |
| Hex | A4 | 6A | 6D | 0 | 23 | 22 | 24 | 165 | 18 | 35 |
| Octal | 244 | 152 | 155 | 0 | 43 | 42 | 44 | 545 | 30 | 65 |
| Binary | 10100100 | 1101010 | 1101101 | 0 | 100011 | 100010 | 100100 | 101100101 | 11000 | 110101 |
Color Harmonies of #A46A6D
Complementary color
Monochromatic Colors of #A46A6D
Black with #A46A6D
Text Example
Text Example
White with #A46A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46A6D; }
p { color: rgb(164,106,109); }
H1.HeaderClassName
{
color: #A46A6D;
}
.AnyTagClassName
{
color: #A46A6D;
}
</style>
background-color css
<style>
a { background-color: #A46A6D; }
a { background-color: rgb(164,106,109); }
div.DivClassName
{
background-color: #A46A6D;
}
.BgClassName
{
background-color: #A46A6D;
}
</style>
border-color css
<style>
span { border-color: #A46A6D; }
span { border-color: rgb(164,106,109); }
td.TdClassName
{
border-color: #A46A6D;
}
.TagClassName
{
border-color: #A46A6D;
}
</style>