Shades of Turkish Rose #A2777B
Tints of Turkish Rose #A2777B
RGB
CMYK
RGB Variations
Color information
#A2777B (or 0xA2777B) is known color: Turkish Rose. HEX triplet: A2, 77 and 7B. RGB value is (162,119,123). Sum of RGB (Red+Green+Blue) = 162+119+123=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A2777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2777B is #5D8884. Grayscale: #848484. Windows color (decimal): -6129797 or 8091554. OLE color: 8091554.
HSL color Cylindrical-coordinate representation of color #A2777B: hue angle of 354.42º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2777B is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 119 | 123 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.36 |
| HSL | 354.42º | 0.19% | 0.55% | - |
| HSV(B) | 354.42º | 0.27% | 0.64% | - |
| XYZ | 25.07 | 22.31 | 21.72 | - |
| YUV | 132.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 123 | 0 | 0.27 | 0.24 | 0.36 | 354.42 | 0.19 | 0.55 |
| Hex | A2 | 77 | 7B | 0 | 1B | 18 | 24 | 162 | 13 | 37 |
| Octal | 242 | 167 | 173 | 0 | 33 | 30 | 44 | 542 | 23 | 67 |
| Binary | 10100010 | 1110111 | 1111011 | 0 | 11011 | 11000 | 100100 | 101100010 | 10011 | 110111 |
Color Harmonies of #A2777B
Complementary color
Monochromatic Colors of #A2777B
Black with #A2777B
Text Example
Text Example
White with #A2777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2777B; }
p { color: rgb(162,119,123); }
H1.HeaderClassName
{
color: #A2777B;
}
.AnyTagClassName
{
color: #A2777B;
}
</style>
background-color css
<style>
a { background-color: #A2777B; }
a { background-color: rgb(162,119,123); }
div.DivClassName
{
background-color: #A2777B;
}
.BgClassName
{
background-color: #A2777B;
}
</style>
border-color css
<style>
span { border-color: #A2777B; }
span { border-color: rgb(162,119,123); }
td.TdClassName
{
border-color: #A2777B;
}
.TagClassName
{
border-color: #A2777B;
}
</style>