Shades of Turkish Rose #A46F7D
Tints of Turkish Rose #A46F7D
RGB
CMYK
RGB Variations
Color information
#A46F7D (or 0xA46F7D) is known color: Turkish Rose. HEX triplet: A4, 6F and 7D. RGB value is (164,111,125). Sum of RGB (Red+Green+Blue) = 164+111+125=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F7D is #5B9082. Grayscale: #808080. Windows color (decimal): -6000771 or 8220580. OLE color: 8220580.
HSL color Cylindrical-coordinate representation of color #A46F7D: hue angle of 344.15º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A46F7D is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 111 | 125 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.36 |
| HSL | 344.15º | 0.23% | 0.54% | - |
| HSV(B) | 344.15º | 0.32% | 0.64% | - |
| XYZ | 24.7 | 20.74 | 22.1 | - |
| YUV | 128.44 | 126.06 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 125 | 0 | 0.32 | 0.24 | 0.36 | 344.15 | 0.23 | 0.54 |
| Hex | A4 | 6F | 7D | 0 | 20 | 18 | 24 | 158 | 17 | 36 |
| Octal | 244 | 157 | 175 | 0 | 40 | 30 | 44 | 530 | 27 | 66 |
| Binary | 10100100 | 1101111 | 1111101 | 0 | 100000 | 11000 | 100100 | 101011000 | 10111 | 110110 |
Color Harmonies of #A46F7D
Complementary color
Monochromatic Colors of #A46F7D
Black with #A46F7D
Text Example
Text Example
White with #A46F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46F7D; }
p { color: rgb(164,111,125); }
H1.HeaderClassName
{
color: #A46F7D;
}
.AnyTagClassName
{
color: #A46F7D;
}
</style>
background-color css
<style>
a { background-color: #A46F7D; }
a { background-color: rgb(164,111,125); }
div.DivClassName
{
background-color: #A46F7D;
}
.BgClassName
{
background-color: #A46F7D;
}
</style>
border-color css
<style>
span { border-color: #A46F7D; }
span { border-color: rgb(164,111,125); }
td.TdClassName
{
border-color: #A46F7D;
}
.TagClassName
{
border-color: #A46F7D;
}
</style>