Shades of Turkish Rose #AB7A7D
Tints of Turkish Rose #AB7A7D
RGB
CMYK
RGB Variations
Color information
#AB7A7D (or 0xAB7A7D) is known color: Turkish Rose. HEX triplet: AB, 7A and 7D. RGB value is (171,122,125). Sum of RGB (Red+Green+Blue) = 171+122+125=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7A7D is #548582. Grayscale: #898989. Windows color (decimal): -5539203 or 8223403. OLE color: 8223403.
HSL color Cylindrical-coordinate representation of color #AB7A7D: hue angle of 356.33º 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 #AB7A7D is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 125 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.33 |
| HSL | 356.33º | 0.23% | 0.57% | - |
| HSV(B) | 356.33º | 0.29% | 0.67% | - |
| XYZ | 27.46 | 24.06 | 22.6 | - |
| YUV | 136.99 | 121.23 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 125 | 0 | 0.29 | 0.27 | 0.33 | 356.33 | 0.23 | 0.57 |
| Hex | AB | 7A | 7D | 0 | 1D | 1B | 21 | 164 | 17 | 39 |
| Octal | 253 | 172 | 175 | 0 | 35 | 33 | 41 | 544 | 27 | 71 |
| Binary | 10101011 | 1111010 | 1111101 | 0 | 11101 | 11011 | 100001 | 101100100 | 10111 | 111001 |
Color Harmonies of #AB7A7D
Complementary color
Monochromatic Colors of #AB7A7D
Black with #AB7A7D
Text Example
Text Example
White with #AB7A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A7D; }
p { color: rgb(171,122,125); }
H1.HeaderClassName
{
color: #AB7A7D;
}
.AnyTagClassName
{
color: #AB7A7D;
}
</style>
background-color css
<style>
a { background-color: #AB7A7D; }
a { background-color: rgb(171,122,125); }
div.DivClassName
{
background-color: #AB7A7D;
}
.BgClassName
{
background-color: #AB7A7D;
}
</style>
border-color css
<style>
span { border-color: #AB7A7D; }
span { border-color: rgb(171,122,125); }
td.TdClassName
{
border-color: #AB7A7D;
}
.TagClassName
{
border-color: #AB7A7D;
}
</style>