Shades of Turkish Rose #A4747B
Tints of Turkish Rose #A4747B
RGB
CMYK
RGB Variations
Color information
#A4747B (or 0xA4747B) is known color: Turkish Rose. HEX triplet: A4, 74 and 7B. RGB value is (164,116,123). Sum of RGB (Red+Green+Blue) = 164+116+123=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A4747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4747B is #5B8B84. Grayscale: #838383. Windows color (decimal): -5999493 or 8090788. OLE color: 8090788.
HSL color Cylindrical-coordinate representation of color #A4747B: hue angle of 351.25º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4747B is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 116 | 123 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.36 |
| HSL | 351.25º | 0.21% | 0.55% | - |
| HSV(B) | 351.25º | 0.29% | 0.64% | - |
| XYZ | 25.13 | 21.81 | 21.62 | - |
| YUV | 131.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 123 | 0 | 0.29 | 0.25 | 0.36 | 351.25 | 0.21 | 0.55 |
| Hex | A4 | 74 | 7B | 0 | 1D | 19 | 24 | 15F | 15 | 37 |
| Octal | 244 | 164 | 173 | 0 | 35 | 31 | 44 | 537 | 25 | 67 |
| Binary | 10100100 | 1110100 | 1111011 | 0 | 11101 | 11001 | 100100 | 101011111 | 10101 | 110111 |
Color Harmonies of #A4747B
Complementary color
Monochromatic Colors of #A4747B
Black with #A4747B
Text Example
Text Example
White with #A4747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4747B; }
p { color: rgb(164,116,123); }
H1.HeaderClassName
{
color: #A4747B;
}
.AnyTagClassName
{
color: #A4747B;
}
</style>
background-color css
<style>
a { background-color: #A4747B; }
a { background-color: rgb(164,116,123); }
div.DivClassName
{
background-color: #A4747B;
}
.BgClassName
{
background-color: #A4747B;
}
</style>
border-color css
<style>
span { border-color: #A4747B; }
span { border-color: rgb(164,116,123); }
td.TdClassName
{
border-color: #A4747B;
}
.TagClassName
{
border-color: #A4747B;
}
</style>