Shades of Turkish Rose #AB7D82
Tints of Turkish Rose #AB7D82
RGB
CMYK
RGB Variations
Color information
#AB7D82 (or 0xAB7D82) is known color: Turkish Rose. HEX triplet: AB, 7D and 82. RGB value is (171,125,130). Sum of RGB (Red+Green+Blue) = 171+125+130=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7D82 is #54827D. Grayscale: #8B8B8B. Windows color (decimal): -5538430 or 8551851. OLE color: 8551851.
HSL color Cylindrical-coordinate representation of color #AB7D82: hue angle of 353.48º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB7D82 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 125 | 130 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.33 |
| HSL | 353.48º | 0.21% | 0.58% | - |
| HSV(B) | 353.48º | 0.27% | 0.67% | - |
| XYZ | 28.16 | 24.94 | 24.45 | - |
| YUV | 139.32 | 122.74 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 130 | 0 | 0.27 | 0.24 | 0.33 | 353.48 | 0.21 | 0.58 |
| Hex | AB | 7D | 82 | 0 | 1B | 18 | 21 | 161 | 15 | 3A |
| Octal | 253 | 175 | 202 | 0 | 33 | 30 | 41 | 541 | 25 | 72 |
| Binary | 10101011 | 1111101 | 10000010 | 0 | 11011 | 11000 | 100001 | 101100001 | 10101 | 111010 |
Color Harmonies of #AB7D82
Complementary color
Monochromatic Colors of #AB7D82
Black with #AB7D82
Text Example
Text Example
White with #AB7D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7D82; }
p { color: rgb(171,125,130); }
H1.HeaderClassName
{
color: #AB7D82;
}
.AnyTagClassName
{
color: #AB7D82;
}
</style>
background-color css
<style>
a { background-color: #AB7D82; }
a { background-color: rgb(171,125,130); }
div.DivClassName
{
background-color: #AB7D82;
}
.BgClassName
{
background-color: #AB7D82;
}
</style>
border-color css
<style>
span { border-color: #AB7D82; }
span { border-color: rgb(171,125,130); }
td.TdClassName
{
border-color: #AB7D82;
}
.TagClassName
{
border-color: #AB7D82;
}
</style>