Shades of Turkish Rose #AB797B
Tints of Turkish Rose #AB797B
RGB
CMYK
RGB Variations
Color information
#AB797B (or 0xAB797B) is known color: Turkish Rose. HEX triplet: AB, 79 and 7B. RGB value is (171,121,123). Sum of RGB (Red+Green+Blue) = 171+121+123=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB797B is #548684. Grayscale: #888888. Windows color (decimal): -5539461 or 8092075. OLE color: 8092075.
HSL color Cylindrical-coordinate representation of color #AB797B: hue angle of 357.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB797B is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 121 | 123 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.33 |
| HSL | 357.6º | 0.23% | 0.57% | - |
| HSV(B) | 357.6º | 0.29% | 0.67% | - |
| XYZ | 27.21 | 23.76 | 21.89 | - |
| YUV | 136.18 | 120.57 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 123 | 0 | 0.29 | 0.28 | 0.33 | 357.6 | 0.23 | 0.57 |
| Hex | AB | 79 | 7B | 0 | 1D | 1C | 21 | 166 | 17 | 39 |
| Octal | 253 | 171 | 173 | 0 | 35 | 34 | 41 | 546 | 27 | 71 |
| Binary | 10101011 | 1111001 | 1111011 | 0 | 11101 | 11100 | 100001 | 101100110 | 10111 | 111001 |
Color Harmonies of #AB797B
Complementary color
Monochromatic Colors of #AB797B
Black with #AB797B
Text Example
Text Example
White with #AB797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB797B; }
p { color: rgb(171,121,123); }
H1.HeaderClassName
{
color: #AB797B;
}
.AnyTagClassName
{
color: #AB797B;
}
</style>
background-color css
<style>
a { background-color: #AB797B; }
a { background-color: rgb(171,121,123); }
div.DivClassName
{
background-color: #AB797B;
}
.BgClassName
{
background-color: #AB797B;
}
</style>
border-color css
<style>
span { border-color: #AB797B; }
span { border-color: rgb(171,121,123); }
td.TdClassName
{
border-color: #AB797B;
}
.TagClassName
{
border-color: #AB797B;
}
</style>