Shades of Turkish Rose #A1777B
Tints of Turkish Rose #A1777B
RGB
CMYK
RGB Variations
Color information
#A1777B (or 0xA1777B) is known color: Turkish Rose. HEX triplet: A1, 77 and 7B. RGB value is (161,119,123). Sum of RGB (Red+Green+Blue) = 161+119+123=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A1777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1777B is #5E8884. Grayscale: #848484. Windows color (decimal): -6195333 or 8091553. OLE color: 8091553.
HSL color Cylindrical-coordinate representation of color #A1777B: hue angle of 354.29º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1777B is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 119 | 123 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.37 |
| HSL | 354.29º | 0.18% | 0.55% | - |
| HSV(B) | 354.29º | 0.26% | 0.63% | - |
| XYZ | 24.87 | 22.2 | 21.71 | - |
| YUV | 132.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 123 | 0 | 0.26 | 0.24 | 0.37 | 354.29 | 0.18 | 0.55 |
| Hex | A1 | 77 | 7B | 0 | 1A | 18 | 25 | 162 | 12 | 37 |
| Octal | 241 | 167 | 173 | 0 | 32 | 30 | 45 | 542 | 22 | 67 |
| Binary | 10100001 | 1110111 | 1111011 | 0 | 11010 | 11000 | 100101 | 101100010 | 10010 | 110111 |
Color Harmonies of #A1777B
Complementary color
Monochromatic Colors of #A1777B
Black with #A1777B
Text Example
Text Example
White with #A1777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1777B; }
p { color: rgb(161,119,123); }
H1.HeaderClassName
{
color: #A1777B;
}
.AnyTagClassName
{
color: #A1777B;
}
</style>
background-color css
<style>
a { background-color: #A1777B; }
a { background-color: rgb(161,119,123); }
div.DivClassName
{
background-color: #A1777B;
}
.BgClassName
{
background-color: #A1777B;
}
</style>
border-color css
<style>
span { border-color: #A1777B; }
span { border-color: rgb(161,119,123); }
td.TdClassName
{
border-color: #A1777B;
}
.TagClassName
{
border-color: #A1777B;
}
</style>