Shades of Turkish Rose #A1757D
Tints of Turkish Rose #A1757D
RGB
CMYK
RGB Variations
Color information
#A1757D (or 0xA1757D) is known color: Turkish Rose. HEX triplet: A1, 75 and 7D. RGB value is (161,117,125). Sum of RGB (Red+Green+Blue) = 161+117+125=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A1757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1757D is #5E8A82. Grayscale: #838383. Windows color (decimal): -6195843 or 8222113. OLE color: 8222113.
HSL color Cylindrical-coordinate representation of color #A1757D: hue angle of 349.09º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1757D is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 117 | 125 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.37 |
| HSL | 349.09º | 0.19% | 0.55% | - |
| HSV(B) | 349.09º | 0.27% | 0.63% | - |
| XYZ | 24.76 | 21.78 | 22.3 | - |
| YUV | 131.07 | 124.58 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 125 | 0 | 0.27 | 0.22 | 0.37 | 349.09 | 0.19 | 0.55 |
| Hex | A1 | 75 | 7D | 0 | 1B | 16 | 25 | 15D | 13 | 37 |
| Octal | 241 | 165 | 175 | 0 | 33 | 26 | 45 | 535 | 23 | 67 |
| Binary | 10100001 | 1110101 | 1111101 | 0 | 11011 | 10110 | 100101 | 101011101 | 10011 | 110111 |
Color Harmonies of #A1757D
Complementary color
Monochromatic Colors of #A1757D
Black with #A1757D
Text Example
Text Example
White with #A1757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1757D; }
p { color: rgb(161,117,125); }
H1.HeaderClassName
{
color: #A1757D;
}
.AnyTagClassName
{
color: #A1757D;
}
</style>
background-color css
<style>
a { background-color: #A1757D; }
a { background-color: rgb(161,117,125); }
div.DivClassName
{
background-color: #A1757D;
}
.BgClassName
{
background-color: #A1757D;
}
</style>
border-color css
<style>
span { border-color: #A1757D; }
span { border-color: rgb(161,117,125); }
td.TdClassName
{
border-color: #A1757D;
}
.TagClassName
{
border-color: #A1757D;
}
</style>