Shades of Turkish Rose #A2787B
Tints of Turkish Rose #A2787B
RGB
CMYK
RGB Variations
Color information
#A2787B (or 0xA2787B) is known color: Turkish Rose. HEX triplet: A2, 78 and 7B. RGB value is (162,120,123). Sum of RGB (Red+Green+Blue) = 162+120+123=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A2787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2787B is #5D8784. Grayscale: #848484. Windows color (decimal): -6129541 or 8091810. OLE color: 8091810.
HSL color Cylindrical-coordinate representation of color #A2787B: hue angle of 355.71º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2787B is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 120 | 123 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.36 |
| HSL | 355.71º | 0.18% | 0.55% | - |
| HSV(B) | 355.71º | 0.26% | 0.64% | - |
| XYZ | 25.19 | 22.54 | 21.76 | - |
| YUV | 132.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 120 | 123 | 0 | 0.26 | 0.24 | 0.36 | 355.71 | 0.18 | 0.55 |
| Hex | A2 | 78 | 7B | 0 | 1A | 18 | 24 | 164 | 12 | 37 |
| Octal | 242 | 170 | 173 | 0 | 32 | 30 | 44 | 544 | 22 | 67 |
| Binary | 10100010 | 1111000 | 1111011 | 0 | 11010 | 11000 | 100100 | 101100100 | 10010 | 110111 |
Color Harmonies of #A2787B
Complementary color
Monochromatic Colors of #A2787B
Black with #A2787B
Text Example
Text Example
White with #A2787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2787B; }
p { color: rgb(162,120,123); }
H1.HeaderClassName
{
color: #A2787B;
}
.AnyTagClassName
{
color: #A2787B;
}
</style>
background-color css
<style>
a { background-color: #A2787B; }
a { background-color: rgb(162,120,123); }
div.DivClassName
{
background-color: #A2787B;
}
.BgClassName
{
background-color: #A2787B;
}
</style>
border-color css
<style>
span { border-color: #A2787B; }
span { border-color: rgb(162,120,123); }
td.TdClassName
{
border-color: #A2787B;
}
.TagClassName
{
border-color: #A2787B;
}
</style>