Shades of Turkish Rose #A4787D
Tints of Turkish Rose #A4787D
RGB
CMYK
RGB Variations
Color information
#A4787D (or 0xA4787D) is known color: Turkish Rose. HEX triplet: A4, 78 and 7D. RGB value is (164,120,125). Sum of RGB (Red+Green+Blue) = 164+120+125=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A4787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4787D is #5B8782. Grayscale: #858585. Windows color (decimal): -5998467 or 8222884. OLE color: 8222884.
HSL color Cylindrical-coordinate representation of color #A4787D: hue angle of 353.18º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4787D is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 120 | 125 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.36 |
| HSL | 353.18º | 0.19% | 0.56% | - |
| HSV(B) | 353.18º | 0.27% | 0.64% | - |
| XYZ | 25.73 | 22.81 | 22.45 | - |
| YUV | 133.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 125 | 0 | 0.27 | 0.24 | 0.36 | 353.18 | 0.19 | 0.56 |
| Hex | A4 | 78 | 7D | 0 | 1B | 18 | 24 | 161 | 13 | 38 |
| Octal | 244 | 170 | 175 | 0 | 33 | 30 | 44 | 541 | 23 | 70 |
| Binary | 10100100 | 1111000 | 1111101 | 0 | 11011 | 11000 | 100100 | 101100001 | 10011 | 111000 |
Color Harmonies of #A4787D
Complementary color
Monochromatic Colors of #A4787D
Black with #A4787D
Text Example
Text Example
White with #A4787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4787D; }
p { color: rgb(164,120,125); }
H1.HeaderClassName
{
color: #A4787D;
}
.AnyTagClassName
{
color: #A4787D;
}
</style>
background-color css
<style>
a { background-color: #A4787D; }
a { background-color: rgb(164,120,125); }
div.DivClassName
{
background-color: #A4787D;
}
.BgClassName
{
background-color: #A4787D;
}
</style>
border-color css
<style>
span { border-color: #A4787D; }
span { border-color: rgb(164,120,125); }
td.TdClassName
{
border-color: #A4787D;
}
.TagClassName
{
border-color: #A4787D;
}
</style>