Shades of Turkish Rose #AB767C
Tints of Turkish Rose #AB767C
RGB
CMYK
RGB Variations
Color information
#AB767C (or 0xAB767C) is known color: Turkish Rose. HEX triplet: AB, 76 and 7C. RGB value is (171,118,124). Sum of RGB (Red+Green+Blue) = 171+118+124=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB767C is #548983. Grayscale: #868686. Windows color (decimal): -5540228 or 8156843. OLE color: 8156843.
HSL color Cylindrical-coordinate representation of color #AB767C: hue angle of 353.21º 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 #AB767C is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 118 | 124 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.33 |
| HSL | 353.21º | 0.24% | 0.57% | - |
| HSV(B) | 353.21º | 0.31% | 0.67% | - |
| XYZ | 26.91 | 23.07 | 22.1 | - |
| YUV | 134.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 124 | 0 | 0.31 | 0.27 | 0.33 | 353.21 | 0.24 | 0.57 |
| Hex | AB | 76 | 7C | 0 | 1F | 1B | 21 | 161 | 18 | 39 |
| Octal | 253 | 166 | 174 | 0 | 37 | 33 | 41 | 541 | 30 | 71 |
| Binary | 10101011 | 1110110 | 1111100 | 0 | 11111 | 11011 | 100001 | 101100001 | 11000 | 111001 |
Color Harmonies of #AB767C
Complementary color
Monochromatic Colors of #AB767C
Black with #AB767C
Text Example
Text Example
White with #AB767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB767C; }
p { color: rgb(171,118,124); }
H1.HeaderClassName
{
color: #AB767C;
}
.AnyTagClassName
{
color: #AB767C;
}
</style>
background-color css
<style>
a { background-color: #AB767C; }
a { background-color: rgb(171,118,124); }
div.DivClassName
{
background-color: #AB767C;
}
.BgClassName
{
background-color: #AB767C;
}
</style>
border-color css
<style>
span { border-color: #AB767C; }
span { border-color: rgb(171,118,124); }
td.TdClassName
{
border-color: #AB767C;
}
.TagClassName
{
border-color: #AB767C;
}
</style>