Shades of Turkish Rose #AB767A
Tints of Turkish Rose #AB767A
RGB
CMYK
RGB Variations
Color information
#AB767A (or 0xAB767A) is known color: Turkish Rose. HEX triplet: AB, 76 and 7A. RGB value is (171,118,122). Sum of RGB (Red+Green+Blue) = 171+118+122=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB767A is #548985. Grayscale: #868686. Windows color (decimal): -5540230 or 8025771. OLE color: 8025771.
HSL color Cylindrical-coordinate representation of color #AB767A: hue angle of 355.47º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB767A is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 118 | 122 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.33 |
| HSL | 355.47º | 0.24% | 0.57% | - |
| HSV(B) | 355.47º | 0.31% | 0.67% | - |
| XYZ | 26.79 | 23.02 | 21.44 | - |
| YUV | 134.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 122 | 0 | 0.31 | 0.29 | 0.33 | 355.47 | 0.24 | 0.57 |
| Hex | AB | 76 | 7A | 0 | 1F | 1D | 21 | 163 | 18 | 39 |
| Octal | 253 | 166 | 172 | 0 | 37 | 35 | 41 | 543 | 30 | 71 |
| Binary | 10101011 | 1110110 | 1111010 | 0 | 11111 | 11101 | 100001 | 101100011 | 11000 | 111001 |
Color Harmonies of #AB767A
Complementary color
Monochromatic Colors of #AB767A
Black with #AB767A
Text Example
Text Example
White with #AB767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB767A; }
p { color: rgb(171,118,122); }
H1.HeaderClassName
{
color: #AB767A;
}
.AnyTagClassName
{
color: #AB767A;
}
</style>
background-color css
<style>
a { background-color: #AB767A; }
a { background-color: rgb(171,118,122); }
div.DivClassName
{
background-color: #AB767A;
}
.BgClassName
{
background-color: #AB767A;
}
</style>
border-color css
<style>
span { border-color: #AB767A; }
span { border-color: rgb(171,118,122); }
td.TdClassName
{
border-color: #AB767A;
}
.TagClassName
{
border-color: #AB767A;
}
</style>