Shades of Turkish Rose #AB606A
Tints of Turkish Rose #AB606A
RGB
CMYK
RGB Variations
Color information
#AB606A (or 0xAB606A) is known color: Turkish Rose. HEX triplet: AB, 60 and 6A. RGB value is (171,96,106). Sum of RGB (Red+Green+Blue) = 171+96+106=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB606A is #549F95. Grayscale: #777777. Windows color (decimal): -5545878 or 6971563. OLE color: 6971563.
HSL color Cylindrical-coordinate representation of color #AB606A: hue angle of 352º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB606A is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 106 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.33 |
| HSL | 352º | 0.31% | 0.52% | - |
| HSV(B) | 352º | 0.44% | 0.67% | - |
| XYZ | 23.58 | 18.06 | 15.88 | - |
| YUV | 119.57 | 120.35 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 106 | 0 | 0.44 | 0.38 | 0.33 | 352 | 0.31 | 0.52 |
| Hex | AB | 60 | 6A | 0 | 2C | 26 | 21 | 160 | 1F | 34 |
| Octal | 253 | 140 | 152 | 0 | 54 | 46 | 41 | 540 | 37 | 64 |
| Binary | 10101011 | 1100000 | 1101010 | 0 | 101100 | 100110 | 100001 | 101100000 | 11111 | 110100 |
Color Harmonies of #AB606A
Complementary color
Monochromatic Colors of #AB606A
Black with #AB606A
Text Example
Text Example
White with #AB606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB606A; }
p { color: rgb(171,96,106); }
H1.HeaderClassName
{
color: #AB606A;
}
.AnyTagClassName
{
color: #AB606A;
}
</style>
background-color css
<style>
a { background-color: #AB606A; }
a { background-color: rgb(171,96,106); }
div.DivClassName
{
background-color: #AB606A;
}
.BgClassName
{
background-color: #AB606A;
}
</style>
border-color css
<style>
span { border-color: #AB606A; }
span { border-color: rgb(171,96,106); }
td.TdClassName
{
border-color: #AB606A;
}
.TagClassName
{
border-color: #AB606A;
}
</style>