Shades of Turkish Rose #AB7B7E
Tints of Turkish Rose #AB7B7E
RGB
CMYK
RGB Variations
Color information
#AB7B7E (or 0xAB7B7E) is known color: Turkish Rose. HEX triplet: AB, 7B and 7E. RGB value is (171,123,126). Sum of RGB (Red+Green+Blue) = 171+123+126=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7B7E is #548481. Grayscale: #898989. Windows color (decimal): -5538946 or 8289195. OLE color: 8289195.
HSL color Cylindrical-coordinate representation of color #AB7B7E: hue angle of 356.25º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB7B7E is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 123 | 126 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.33 |
| HSL | 356.25º | 0.22% | 0.58% | - |
| HSV(B) | 356.25º | 0.28% | 0.67% | - |
| XYZ | 27.64 | 24.33 | 22.98 | - |
| YUV | 137.69 | 121.4 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 126 | 0 | 0.28 | 0.26 | 0.33 | 356.25 | 0.22 | 0.58 |
| Hex | AB | 7B | 7E | 0 | 1C | 1A | 21 | 164 | 16 | 3A |
| Octal | 253 | 173 | 176 | 0 | 34 | 32 | 41 | 544 | 26 | 72 |
| Binary | 10101011 | 1111011 | 1111110 | 0 | 11100 | 11010 | 100001 | 101100100 | 10110 | 111010 |
Color Harmonies of #AB7B7E
Complementary color
Monochromatic Colors of #AB7B7E
Black with #AB7B7E
Text Example
Text Example
White with #AB7B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7B7E; }
p { color: rgb(171,123,126); }
H1.HeaderClassName
{
color: #AB7B7E;
}
.AnyTagClassName
{
color: #AB7B7E;
}
</style>
background-color css
<style>
a { background-color: #AB7B7E; }
a { background-color: rgb(171,123,126); }
div.DivClassName
{
background-color: #AB7B7E;
}
.BgClassName
{
background-color: #AB7B7E;
}
</style>
border-color css
<style>
span { border-color: #AB7B7E; }
span { border-color: rgb(171,123,126); }
td.TdClassName
{
border-color: #AB7B7E;
}
.TagClassName
{
border-color: #AB7B7E;
}
</style>