Shades of Turkish Rose #A98688
Tints of Turkish Rose #A98688
RGB
CMYK
RGB Variations
Color information
#A98688 (or 0xA98688) is known color: Turkish Rose. HEX triplet: A9, 86 and 88. RGB value is (169,134,136). Sum of RGB (Red+Green+Blue) = 169+134+136=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 169 - color contains mainly: red. Hex color #A98688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98688 is #567977. Grayscale: #909090. Windows color (decimal): -5667192 or 8947369. OLE color: 8947369.
HSL color Cylindrical-coordinate representation of color #A98688: hue angle of 356.57º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A98688 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 134 | 136 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.34 |
| HSL | 356.57º | 0.17% | 0.59% | - |
| HSV(B) | 356.57º | 0.21% | 0.66% | - |
| XYZ | 29.33 | 27.26 | 27.01 | - |
| YUV | 144.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 136 | 0 | 0.21 | 0.20 | 0.34 | 356.57 | 0.17 | 0.59 |
| Hex | A9 | 86 | 88 | 0 | 15 | 14 | 22 | 165 | 11 | 3B |
| Octal | 251 | 206 | 210 | 0 | 25 | 24 | 42 | 545 | 21 | 73 |
| Binary | 10101001 | 10000110 | 10001000 | 0 | 10101 | 10100 | 100010 | 101100101 | 10001 | 111011 |
Color Harmonies of #A98688
Complementary color
Monochromatic Colors of #A98688
Black with #A98688
Text Example
Text Example
White with #A98688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98688; }
p { color: rgb(169,134,136); }
H1.HeaderClassName
{
color: #A98688;
}
.AnyTagClassName
{
color: #A98688;
}
</style>
background-color css
<style>
a { background-color: #A98688; }
a { background-color: rgb(169,134,136); }
div.DivClassName
{
background-color: #A98688;
}
.BgClassName
{
background-color: #A98688;
}
</style>
border-color css
<style>
span { border-color: #A98688; }
span { border-color: rgb(169,134,136); }
td.TdClassName
{
border-color: #A98688;
}
.TagClassName
{
border-color: #A98688;
}
</style>