Shades of Turkish Rose #AB6269
Tints of Turkish Rose #AB6269
RGB
CMYK
RGB Variations
Color information
#AB6269 (or 0xAB6269) is known color: Turkish Rose. HEX triplet: AB, 62 and 69. RGB value is (171,98,105). Sum of RGB (Red+Green+Blue) = 171+98+105=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6269 is #549D96. Grayscale: #787878. Windows color (decimal): -5545367 or 6906539. OLE color: 6906539.
HSL color Cylindrical-coordinate representation of color #AB6269: hue angle of 354.25º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB6269 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 105 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.33 |
| HSL | 354.25º | 0.3% | 0.53% | - |
| HSV(B) | 354.25º | 0.43% | 0.67% | - |
| XYZ | 23.71 | 18.41 | 15.67 | - |
| YUV | 120.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 105 | 0 | 0.43 | 0.39 | 0.33 | 354.25 | 0.3 | 0.53 |
| Hex | AB | 62 | 69 | 0 | 2B | 27 | 21 | 162 | 1E | 35 |
| Octal | 253 | 142 | 151 | 0 | 53 | 47 | 41 | 542 | 36 | 65 |
| Binary | 10101011 | 1100010 | 1101001 | 0 | 101011 | 100111 | 100001 | 101100010 | 11110 | 110101 |
Color Harmonies of #AB6269
Complementary color
Monochromatic Colors of #AB6269
Black with #AB6269
Text Example
Text Example
White with #AB6269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6269; }
p { color: rgb(171,98,105); }
H1.HeaderClassName
{
color: #AB6269;
}
.AnyTagClassName
{
color: #AB6269;
}
</style>
background-color css
<style>
a { background-color: #AB6269; }
a { background-color: rgb(171,98,105); }
div.DivClassName
{
background-color: #AB6269;
}
.BgClassName
{
background-color: #AB6269;
}
</style>
border-color css
<style>
span { border-color: #AB6269; }
span { border-color: rgb(171,98,105); }
td.TdClassName
{
border-color: #AB6269;
}
.TagClassName
{
border-color: #AB6269;
}
</style>