Shades of Turkish Rose #A88085
Tints of Turkish Rose #A88085
RGB
CMYK
RGB Variations
Color information
#A88085 (or 0xA88085) is known color: Turkish Rose. HEX triplet: A8, 80 and 85. RGB value is (168,128,133). Sum of RGB (Red+Green+Blue) = 168+128+133=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A88085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88085 is #577F7A. Grayscale: #8C8C8C. Windows color (decimal): -5734267 or 8749224. OLE color: 8749224.
HSL color Cylindrical-coordinate representation of color #A88085: hue angle of 352.5º 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 #A88085 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 133 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.34 |
| HSL | 352.5º | 0.19% | 0.58% | - |
| HSV(B) | 352.5º | 0.24% | 0.66% | - |
| XYZ | 28.1 | 25.46 | 25.62 | - |
| YUV | 140.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 133 | 0 | 0.24 | 0.21 | 0.34 | 352.5 | 0.19 | 0.58 |
| Hex | A8 | 80 | 85 | 0 | 18 | 15 | 22 | 160 | 13 | 3A |
| Octal | 250 | 200 | 205 | 0 | 30 | 25 | 42 | 540 | 23 | 72 |
| Binary | 10101000 | 10000000 | 10000101 | 0 | 11000 | 10101 | 100010 | 101100000 | 10011 | 111010 |
Color Harmonies of #A88085
Complementary color
Monochromatic Colors of #A88085
Black with #A88085
Text Example
Text Example
White with #A88085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88085; }
p { color: rgb(168,128,133); }
H1.HeaderClassName
{
color: #A88085;
}
.AnyTagClassName
{
color: #A88085;
}
</style>
background-color css
<style>
a { background-color: #A88085; }
a { background-color: rgb(168,128,133); }
div.DivClassName
{
background-color: #A88085;
}
.BgClassName
{
background-color: #A88085;
}
</style>
border-color css
<style>
span { border-color: #A88085; }
span { border-color: rgb(168,128,133); }
td.TdClassName
{
border-color: #A88085;
}
.TagClassName
{
border-color: #A88085;
}
</style>