Shades of Turkish Rose #AB7A7C
Tints of Turkish Rose #AB7A7C
RGB
CMYK
RGB Variations
Color information
#AB7A7C (or 0xAB7A7C) is known color: Turkish Rose. HEX triplet: AB, 7A and 7C. RGB value is (171,122,124). Sum of RGB (Red+Green+Blue) = 171+122+124=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7A7C is #548583. Grayscale: #888888. Windows color (decimal): -5539204 or 8157867. OLE color: 8157867.
HSL color Cylindrical-coordinate representation of color #AB7A7C: hue angle of 357.55º 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 #AB7A7C is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 124 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.33 |
| HSL | 357.55º | 0.23% | 0.57% | - |
| HSV(B) | 357.55º | 0.29% | 0.67% | - |
| XYZ | 27.39 | 24.03 | 22.26 | - |
| YUV | 136.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 124 | 0 | 0.29 | 0.27 | 0.33 | 357.55 | 0.23 | 0.57 |
| Hex | AB | 7A | 7C | 0 | 1D | 1B | 21 | 166 | 17 | 39 |
| Octal | 253 | 172 | 174 | 0 | 35 | 33 | 41 | 546 | 27 | 71 |
| Binary | 10101011 | 1111010 | 1111100 | 0 | 11101 | 11011 | 100001 | 101100110 | 10111 | 111001 |
Color Harmonies of #AB7A7C
Complementary color
Monochromatic Colors of #AB7A7C
Black with #AB7A7C
Text Example
Text Example
White with #AB7A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A7C; }
p { color: rgb(171,122,124); }
H1.HeaderClassName
{
color: #AB7A7C;
}
.AnyTagClassName
{
color: #AB7A7C;
}
</style>
background-color css
<style>
a { background-color: #AB7A7C; }
a { background-color: rgb(171,122,124); }
div.DivClassName
{
background-color: #AB7A7C;
}
.BgClassName
{
background-color: #AB7A7C;
}
</style>
border-color css
<style>
span { border-color: #AB7A7C; }
span { border-color: rgb(171,122,124); }
td.TdClassName
{
border-color: #AB7A7C;
}
.TagClassName
{
border-color: #AB7A7C;
}
</style>