Shades of Turkish Rose #AB6476
Tints of Turkish Rose #AB6476
RGB
CMYK
RGB Variations
Color information
#AB6476 (or 0xAB6476) is known color: Turkish Rose. HEX triplet: AB, 64 and 76. RGB value is (171,100,118). Sum of RGB (Red+Green+Blue) = 171+100+118=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6476 is #549B89. Grayscale: #7B7B7B. Windows color (decimal): -5544842 or 7759019. OLE color: 7759019.
HSL color Cylindrical-coordinate representation of color #AB6476: hue angle of 344.79º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB6476 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 118 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.33 |
| HSL | 344.79º | 0.3% | 0.53% | - |
| HSV(B) | 344.79º | 0.42% | 0.67% | - |
| XYZ | 24.62 | 19.08 | 19.52 | - |
| YUV | 123.28 | 125.02 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 118 | 0 | 0.42 | 0.31 | 0.33 | 344.79 | 0.3 | 0.53 |
| Hex | AB | 64 | 76 | 0 | 2A | 1F | 21 | 159 | 1E | 35 |
| Octal | 253 | 144 | 166 | 0 | 52 | 37 | 41 | 531 | 36 | 65 |
| Binary | 10101011 | 1100100 | 1110110 | 0 | 101010 | 11111 | 100001 | 101011001 | 11110 | 110101 |
Color Harmonies of #AB6476
Complementary color
Monochromatic Colors of #AB6476
Black with #AB6476
Text Example
Text Example
White with #AB6476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6476; }
p { color: rgb(171,100,118); }
H1.HeaderClassName
{
color: #AB6476;
}
.AnyTagClassName
{
color: #AB6476;
}
</style>
background-color css
<style>
a { background-color: #AB6476; }
a { background-color: rgb(171,100,118); }
div.DivClassName
{
background-color: #AB6476;
}
.BgClassName
{
background-color: #AB6476;
}
</style>
border-color css
<style>
span { border-color: #AB6476; }
span { border-color: rgb(171,100,118); }
td.TdClassName
{
border-color: #AB6476;
}
.TagClassName
{
border-color: #AB6476;
}
</style>