Shades of Turkish Rose #A98185
Tints of Turkish Rose #A98185
RGB
CMYK
RGB Variations
Color information
#A98185 (or 0xA98185) is known color: Turkish Rose. HEX triplet: A9, 81 and 85. RGB value is (169,129,133). Sum of RGB (Red+Green+Blue) = 169+129+133=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 169 - color contains mainly: red. Hex color #A98185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98185 is #567E7A. Grayscale: #8D8D8D. Windows color (decimal): -5668475 or 8749481. OLE color: 8749481.
HSL color Cylindrical-coordinate representation of color #A98185: hue angle of 354º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A98185 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 129 | 133 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.34 |
| HSL | 354º | 0.19% | 0.58% | - |
| HSV(B) | 354º | 0.24% | 0.66% | - |
| XYZ | 28.45 | 25.83 | 25.68 | - |
| YUV | 141.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 133 | 0 | 0.24 | 0.21 | 0.34 | 354 | 0.19 | 0.58 |
| Hex | A9 | 81 | 85 | 0 | 18 | 15 | 22 | 162 | 13 | 3A |
| Octal | 251 | 201 | 205 | 0 | 30 | 25 | 42 | 542 | 23 | 72 |
| Binary | 10101001 | 10000001 | 10000101 | 0 | 11000 | 10101 | 100010 | 101100010 | 10011 | 111010 |
Color Harmonies of #A98185
Complementary color
Monochromatic Colors of #A98185
Black with #A98185
Text Example
Text Example
White with #A98185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98185; }
p { color: rgb(169,129,133); }
H1.HeaderClassName
{
color: #A98185;
}
.AnyTagClassName
{
color: #A98185;
}
</style>
background-color css
<style>
a { background-color: #A98185; }
a { background-color: rgb(169,129,133); }
div.DivClassName
{
background-color: #A98185;
}
.BgClassName
{
background-color: #A98185;
}
</style>
border-color css
<style>
span { border-color: #A98185; }
span { border-color: rgb(169,129,133); }
td.TdClassName
{
border-color: #A98185;
}
.TagClassName
{
border-color: #A98185;
}
</style>