Shades of Turkish Rose #A98587
Tints of Turkish Rose #A98587
RGB
CMYK
RGB Variations
Color information
#A98587 (or 0xA98587) is known color: Turkish Rose. HEX triplet: A9, 85 and 87. RGB value is (169,133,135). Sum of RGB (Red+Green+Blue) = 169+133+135=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A98587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98587 is #567A78. Grayscale: #909090. Windows color (decimal): -5667449 or 8881577. OLE color: 8881577.
HSL color Cylindrical-coordinate representation of color #A98587: hue angle of 356.67º 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 #A98587 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 133 | 135 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.34 |
| HSL | 356.67º | 0.17% | 0.59% | - |
| HSV(B) | 356.67º | 0.21% | 0.66% | - |
| XYZ | 29.12 | 26.96 | 26.59 | - |
| YUV | 143.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 135 | 0 | 0.21 | 0.20 | 0.34 | 356.67 | 0.17 | 0.59 |
| Hex | A9 | 85 | 87 | 0 | 15 | 14 | 22 | 165 | 11 | 3B |
| Octal | 251 | 205 | 207 | 0 | 25 | 24 | 42 | 545 | 21 | 73 |
| Binary | 10101001 | 10000101 | 10000111 | 0 | 10101 | 10100 | 100010 | 101100101 | 10001 | 111011 |
Color Harmonies of #A98587
Complementary color
Monochromatic Colors of #A98587
Black with #A98587
Text Example
Text Example
White with #A98587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98587; }
p { color: rgb(169,133,135); }
H1.HeaderClassName
{
color: #A98587;
}
.AnyTagClassName
{
color: #A98587;
}
</style>
background-color css
<style>
a { background-color: #A98587; }
a { background-color: rgb(169,133,135); }
div.DivClassName
{
background-color: #A98587;
}
.BgClassName
{
background-color: #A98587;
}
</style>
border-color css
<style>
span { border-color: #A98587; }
span { border-color: rgb(169,133,135); }
td.TdClassName
{
border-color: #A98587;
}
.TagClassName
{
border-color: #A98587;
}
</style>