Shades of Turkish Rose #AB737B
Tints of Turkish Rose #AB737B
RGB
CMYK
RGB Variations
Color information
#AB737B (or 0xAB737B) is known color: Turkish Rose. HEX triplet: AB, 73 and 7B. RGB value is (171,115,123). Sum of RGB (Red+Green+Blue) = 171+115+123=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB737B is #548C84. Grayscale: #848484. Windows color (decimal): -5540997 or 8090539. OLE color: 8090539.
HSL color Cylindrical-coordinate representation of color #AB737B: hue angle of 351.43º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB737B is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 123 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.33 |
| HSL | 351.43º | 0.25% | 0.56% | - |
| HSV(B) | 351.43º | 0.33% | 0.67% | - |
| XYZ | 26.5 | 22.35 | 21.66 | - |
| YUV | 132.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 123 | 0 | 0.33 | 0.28 | 0.33 | 351.43 | 0.25 | 0.56 |
| Hex | AB | 73 | 7B | 0 | 21 | 1C | 21 | 15F | 19 | 38 |
| Octal | 253 | 163 | 173 | 0 | 41 | 34 | 41 | 537 | 31 | 70 |
| Binary | 10101011 | 1110011 | 1111011 | 0 | 100001 | 11100 | 100001 | 101011111 | 11001 | 111000 |
Color Harmonies of #AB737B
Complementary color
Monochromatic Colors of #AB737B
Black with #AB737B
Text Example
Text Example
White with #AB737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB737B; }
p { color: rgb(171,115,123); }
H1.HeaderClassName
{
color: #AB737B;
}
.AnyTagClassName
{
color: #AB737B;
}
</style>
background-color css
<style>
a { background-color: #AB737B; }
a { background-color: rgb(171,115,123); }
div.DivClassName
{
background-color: #AB737B;
}
.BgClassName
{
background-color: #AB737B;
}
</style>
border-color css
<style>
span { border-color: #AB737B; }
span { border-color: rgb(171,115,123); }
td.TdClassName
{
border-color: #AB737B;
}
.TagClassName
{
border-color: #AB737B;
}
</style>