Shades of Turkish Rose #A46B74
Tints of Turkish Rose #A46B74
RGB
CMYK
RGB Variations
Color information
#A46B74 (or 0xA46B74) is known color: Turkish Rose. HEX triplet: A4, 6B and 74. RGB value is (164,107,116). Sum of RGB (Red+Green+Blue) = 164+107+116=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46B74 is #5B948B. Grayscale: #7D7D7D. Windows color (decimal): -6001804 or 7629732. OLE color: 7629732.
HSL color Cylindrical-coordinate representation of color #A46B74: hue angle of 350.53º 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 #A46B74 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 107 | 116 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.36 |
| HSL | 350.53º | 0.24% | 0.53% | - |
| HSV(B) | 350.53º | 0.35% | 0.64% | - |
| XYZ | 23.72 | 19.67 | 19.07 | - |
| YUV | 125.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 116 | 0 | 0.35 | 0.29 | 0.36 | 350.53 | 0.24 | 0.53 |
| Hex | A4 | 6B | 74 | 0 | 23 | 1D | 24 | 15F | 18 | 35 |
| Octal | 244 | 153 | 164 | 0 | 43 | 35 | 44 | 537 | 30 | 65 |
| Binary | 10100100 | 1101011 | 1110100 | 0 | 100011 | 11101 | 100100 | 101011111 | 11000 | 110101 |
Color Harmonies of #A46B74
Complementary color
Monochromatic Colors of #A46B74
Black with #A46B74
Text Example
Text Example
White with #A46B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46B74; }
p { color: rgb(164,107,116); }
H1.HeaderClassName
{
color: #A46B74;
}
.AnyTagClassName
{
color: #A46B74;
}
</style>
background-color css
<style>
a { background-color: #A46B74; }
a { background-color: rgb(164,107,116); }
div.DivClassName
{
background-color: #A46B74;
}
.BgClassName
{
background-color: #A46B74;
}
</style>
border-color css
<style>
span { border-color: #A46B74; }
span { border-color: rgb(164,107,116); }
td.TdClassName
{
border-color: #A46B74;
}
.TagClassName
{
border-color: #A46B74;
}
</style>