Shades of Turkish Rose #A0888A
Tints of Turkish Rose #A0888A
RGB
CMYK
RGB Variations
Color information
#A0888A (or 0xA0888A) is known color: Turkish Rose. HEX triplet: A0, 88 and 8A. RGB value is (160,136,138). Sum of RGB (Red+Green+Blue) = 160+136+138=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A0888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0888A is #5F7775. Grayscale: #8F8F8F. Windows color (decimal): -6256502 or 9078944. OLE color: 9078944.
HSL color Cylindrical-coordinate representation of color #A0888A: hue angle of 355º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0888A is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 136 | 138 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.37 |
| HSL | 355º | 0.11% | 0.58% | - |
| HSV(B) | 355º | 0.15% | 0.63% | - |
| XYZ | 27.89 | 26.92 | 27.77 | - |
| YUV | 143.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 138 | 0 | 0.15 | 0.14 | 0.37 | 355 | 0.11 | 0.58 |
| Hex | A0 | 88 | 8A | 0 | F | E | 25 | 163 | B | 3A |
| Octal | 240 | 210 | 212 | 0 | 17 | 16 | 45 | 543 | 13 | 72 |
| Binary | 10100000 | 10001000 | 10001010 | 0 | 1111 | 1110 | 100101 | 101100011 | 1011 | 111010 |
Color Harmonies of #A0888A
Complementary color
Monochromatic Colors of #A0888A
Black with #A0888A
Text Example
Text Example
White with #A0888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0888A; }
p { color: rgb(160,136,138); }
H1.HeaderClassName
{
color: #A0888A;
}
.AnyTagClassName
{
color: #A0888A;
}
</style>
background-color css
<style>
a { background-color: #A0888A; }
a { background-color: rgb(160,136,138); }
div.DivClassName
{
background-color: #A0888A;
}
.BgClassName
{
background-color: #A0888A;
}
</style>
border-color css
<style>
span { border-color: #A0888A; }
span { border-color: rgb(160,136,138); }
td.TdClassName
{
border-color: #A0888A;
}
.TagClassName
{
border-color: #A0888A;
}
</style>