Shades of Turkish Rose #A08588
Tints of Turkish Rose #A08588
RGB
CMYK
RGB Variations
Color information
#A08588 (or 0xA08588) is known color: Turkish Rose. HEX triplet: A0, 85 and 88. RGB value is (160,133,136). Sum of RGB (Red+Green+Blue) = 160+133+136=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 160 - color contains mainly: red. Hex color #A08588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08588 is #5F7A77. Grayscale: #8D8D8D. Windows color (decimal): -6257272 or 8947104. OLE color: 8947104.
HSL color Cylindrical-coordinate representation of color #A08588: hue angle of 353.33º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A08588 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 133 | 136 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.37 |
| HSL | 353.33º | 0.12% | 0.57% | - |
| HSV(B) | 353.33º | 0.17% | 0.63% | - |
| XYZ | 27.33 | 26.03 | 26.88 | - |
| YUV | 141.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 136 | 0 | 0.17 | 0.15 | 0.37 | 353.33 | 0.12 | 0.57 |
| Hex | A0 | 85 | 88 | 0 | 11 | F | 25 | 161 | C | 39 |
| Octal | 240 | 205 | 210 | 0 | 21 | 17 | 45 | 541 | 14 | 71 |
| Binary | 10100000 | 10000101 | 10001000 | 0 | 10001 | 1111 | 100101 | 101100001 | 1100 | 111001 |
Color Harmonies of #A08588
Complementary color
Monochromatic Colors of #A08588
Black with #A08588
Text Example
Text Example
White with #A08588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08588; }
p { color: rgb(160,133,136); }
H1.HeaderClassName
{
color: #A08588;
}
.AnyTagClassName
{
color: #A08588;
}
</style>
background-color css
<style>
a { background-color: #A08588; }
a { background-color: rgb(160,133,136); }
div.DivClassName
{
background-color: #A08588;
}
.BgClassName
{
background-color: #A08588;
}
</style>
border-color css
<style>
span { border-color: #A08588; }
span { border-color: rgb(160,133,136); }
td.TdClassName
{
border-color: #A08588;
}
.TagClassName
{
border-color: #A08588;
}
</style>