Shades of Turkish Rose #A1777A
Tints of Turkish Rose #A1777A
RGB
CMYK
RGB Variations
Color information
#A1777A (or 0xA1777A) is known color: Turkish Rose. HEX triplet: A1, 77 and 7A. RGB value is (161,119,122). Sum of RGB (Red+Green+Blue) = 161+119+122=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A1777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1777A is #5E8885. Grayscale: #838383. Windows color (decimal): -6195334 or 8026017. OLE color: 8026017.
HSL color Cylindrical-coordinate representation of color #A1777A: hue angle of 355.71º 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 #A1777A is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 119 | 122 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.37 |
| HSL | 355.71º | 0.18% | 0.55% | - |
| HSV(B) | 355.71º | 0.26% | 0.63% | - |
| XYZ | 24.81 | 22.18 | 21.39 | - |
| YUV | 131.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 122 | 0 | 0.26 | 0.24 | 0.37 | 355.71 | 0.18 | 0.55 |
| Hex | A1 | 77 | 7A | 0 | 1A | 18 | 25 | 164 | 12 | 37 |
| Octal | 241 | 167 | 172 | 0 | 32 | 30 | 45 | 544 | 22 | 67 |
| Binary | 10100001 | 1110111 | 1111010 | 0 | 11010 | 11000 | 100101 | 101100100 | 10010 | 110111 |
Color Harmonies of #A1777A
Complementary color
Monochromatic Colors of #A1777A
Black with #A1777A
Text Example
Text Example
White with #A1777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1777A; }
p { color: rgb(161,119,122); }
H1.HeaderClassName
{
color: #A1777A;
}
.AnyTagClassName
{
color: #A1777A;
}
</style>
background-color css
<style>
a { background-color: #A1777A; }
a { background-color: rgb(161,119,122); }
div.DivClassName
{
background-color: #A1777A;
}
.BgClassName
{
background-color: #A1777A;
}
</style>
border-color css
<style>
span { border-color: #A1777A; }
span { border-color: rgb(161,119,122); }
td.TdClassName
{
border-color: #A1777A;
}
.TagClassName
{
border-color: #A1777A;
}
</style>