Shades of Turkish Rose #AB696A
Tints of Turkish Rose #AB696A
RGB
CMYK
RGB Variations
Color information
#AB696A (or 0xAB696A) is known color: Turkish Rose. HEX triplet: AB, 69 and 6A. RGB value is (171,105,106). Sum of RGB (Red+Green+Blue) = 171+105+106=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB696A is #549695. Grayscale: #7C7C7C. Windows color (decimal): -5543574 or 6973867. OLE color: 6973867.
HSL color Cylindrical-coordinate representation of color #AB696A: hue angle of 359.09º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB696A is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 106 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.33 |
| HSL | 359.09º | 0.28% | 0.54% | - |
| HSV(B) | 359.09º | 0.39% | 0.67% | - |
| XYZ | 24.45 | 19.8 | 16.17 | - |
| YUV | 124.85 | 117.37 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 106 | 0 | 0.39 | 0.38 | 0.33 | 359.09 | 0.28 | 0.54 |
| Hex | AB | 69 | 6A | 0 | 27 | 26 | 21 | 167 | 1C | 36 |
| Octal | 253 | 151 | 152 | 0 | 47 | 46 | 41 | 547 | 34 | 66 |
| Binary | 10101011 | 1101001 | 1101010 | 0 | 100111 | 100110 | 100001 | 101100111 | 11100 | 110110 |
Color Harmonies of #AB696A
Complementary color
Monochromatic Colors of #AB696A
Black with #AB696A
Text Example
Text Example
White with #AB696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB696A; }
p { color: rgb(171,105,106); }
H1.HeaderClassName
{
color: #AB696A;
}
.AnyTagClassName
{
color: #AB696A;
}
</style>
background-color css
<style>
a { background-color: #AB696A; }
a { background-color: rgb(171,105,106); }
div.DivClassName
{
background-color: #AB696A;
}
.BgClassName
{
background-color: #AB696A;
}
</style>
border-color css
<style>
span { border-color: #AB696A; }
span { border-color: rgb(171,105,106); }
td.TdClassName
{
border-color: #AB696A;
}
.TagClassName
{
border-color: #AB696A;
}
</style>