Shades of Turkish Rose #A1767B
Tints of Turkish Rose #A1767B
RGB
CMYK
RGB Variations
Color information
#A1767B (or 0xA1767B) is known color: Turkish Rose. HEX triplet: A1, 76 and 7B. RGB value is (161,118,123). Sum of RGB (Red+Green+Blue) = 161+118+123=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A1767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1767B is #5E8984. Grayscale: #838383. Windows color (decimal): -6195589 or 8091297. OLE color: 8091297.
HSL color Cylindrical-coordinate representation of color #A1767B: hue angle of 353.02º 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 #A1767B is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 118 | 123 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.37 |
| HSL | 353.02º | 0.19% | 0.55% | - |
| HSV(B) | 353.02º | 0.27% | 0.63% | - |
| XYZ | 24.75 | 21.96 | 21.67 | - |
| YUV | 131.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 118 | 123 | 0 | 0.27 | 0.24 | 0.37 | 353.02 | 0.19 | 0.55 |
| Hex | A1 | 76 | 7B | 0 | 1B | 18 | 25 | 161 | 13 | 37 |
| Octal | 241 | 166 | 173 | 0 | 33 | 30 | 45 | 541 | 23 | 67 |
| Binary | 10100001 | 1110110 | 1111011 | 0 | 11011 | 11000 | 100101 | 101100001 | 10011 | 110111 |
Color Harmonies of #A1767B
Complementary color
Monochromatic Colors of #A1767B
Black with #A1767B
Text Example
Text Example
White with #A1767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1767B; }
p { color: rgb(161,118,123); }
H1.HeaderClassName
{
color: #A1767B;
}
.AnyTagClassName
{
color: #A1767B;
}
</style>
background-color css
<style>
a { background-color: #A1767B; }
a { background-color: rgb(161,118,123); }
div.DivClassName
{
background-color: #A1767B;
}
.BgClassName
{
background-color: #A1767B;
}
</style>
border-color css
<style>
span { border-color: #A1767B; }
span { border-color: rgb(161,118,123); }
td.TdClassName
{
border-color: #A1767B;
}
.TagClassName
{
border-color: #A1767B;
}
</style>