Shades of Turkish Rose #A88285
Tints of Turkish Rose #A88285
RGB
CMYK
RGB Variations
Color information
#A88285 (or 0xA88285) is known color: Turkish Rose. HEX triplet: A8, 82 and 85. RGB value is (168,130,133). Sum of RGB (Red+Green+Blue) = 168+130+133=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 168 - color contains mainly: red. Hex color #A88285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88285 is #577D7A. Grayscale: #8D8D8D. Windows color (decimal): -5733755 or 8749736. OLE color: 8749736.
HSL color Cylindrical-coordinate representation of color #A88285: hue angle of 355.26º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A88285 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 130 | 133 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.34 |
| HSL | 355.26º | 0.18% | 0.58% | - |
| HSV(B) | 355.26º | 0.23% | 0.66% | - |
| XYZ | 28.36 | 25.98 | 25.71 | - |
| YUV | 141.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 133 | 0 | 0.23 | 0.21 | 0.34 | 355.26 | 0.18 | 0.58 |
| Hex | A8 | 82 | 85 | 0 | 17 | 15 | 22 | 163 | 12 | 3A |
| Octal | 250 | 202 | 205 | 0 | 27 | 25 | 42 | 543 | 22 | 72 |
| Binary | 10101000 | 10000010 | 10000101 | 0 | 10111 | 10101 | 100010 | 101100011 | 10010 | 111010 |
Color Harmonies of #A88285
Complementary color
Monochromatic Colors of #A88285
Black with #A88285
Text Example
Text Example
White with #A88285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88285; }
p { color: rgb(168,130,133); }
H1.HeaderClassName
{
color: #A88285;
}
.AnyTagClassName
{
color: #A88285;
}
</style>
background-color css
<style>
a { background-color: #A88285; }
a { background-color: rgb(168,130,133); }
div.DivClassName
{
background-color: #A88285;
}
.BgClassName
{
background-color: #A88285;
}
</style>
border-color css
<style>
span { border-color: #A88285; }
span { border-color: rgb(168,130,133); }
td.TdClassName
{
border-color: #A88285;
}
.TagClassName
{
border-color: #A88285;
}
</style>