Shades of Turkish Rose #A46A7A
Tints of Turkish Rose #A46A7A
RGB
CMYK
RGB Variations
Color information
#A46A7A (or 0xA46A7A) is known color: Turkish Rose. HEX triplet: A4, 6A and 7A. RGB value is (164,106,122). Sum of RGB (Red+Green+Blue) = 164+106+122=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46A7A is #5B9585. Grayscale: #7D7D7D. Windows color (decimal): -6002054 or 8022692. OLE color: 8022692.
HSL color Cylindrical-coordinate representation of color #A46A7A: hue angle of 343.45º 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 #A46A7A is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 106 | 122 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.36 |
| HSL | 343.45º | 0.24% | 0.53% | - |
| HSV(B) | 343.45º | 0.35% | 0.64% | - |
| XYZ | 23.98 | 19.61 | 20.93 | - |
| YUV | 125.17 | 126.22 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 106 | 122 | 0 | 0.35 | 0.26 | 0.36 | 343.45 | 0.24 | 0.53 |
| Hex | A4 | 6A | 7A | 0 | 23 | 1A | 24 | 157 | 18 | 35 |
| Octal | 244 | 152 | 172 | 0 | 43 | 32 | 44 | 527 | 30 | 65 |
| Binary | 10100100 | 1101010 | 1111010 | 0 | 100011 | 11010 | 100100 | 101010111 | 11000 | 110101 |
Color Harmonies of #A46A7A
Complementary color
Monochromatic Colors of #A46A7A
Black with #A46A7A
Text Example
Text Example
White with #A46A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46A7A; }
p { color: rgb(164,106,122); }
H1.HeaderClassName
{
color: #A46A7A;
}
.AnyTagClassName
{
color: #A46A7A;
}
</style>
background-color css
<style>
a { background-color: #A46A7A; }
a { background-color: rgb(164,106,122); }
div.DivClassName
{
background-color: #A46A7A;
}
.BgClassName
{
background-color: #A46A7A;
}
</style>
border-color css
<style>
span { border-color: #A46A7A; }
span { border-color: rgb(164,106,122); }
td.TdClassName
{
border-color: #A46A7A;
}
.TagClassName
{
border-color: #A46A7A;
}
</style>