Shades of Turkish Rose #A08285
Tints of Turkish Rose #A08285
RGB
CMYK
RGB Variations
Color information
#A08285 (or 0xA08285) is known color: Turkish Rose. HEX triplet: A0, 82 and 85. RGB value is (160,130,133). Sum of RGB (Red+Green+Blue) = 160+130+133=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 160 - color contains mainly: red. Hex color #A08285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08285 is #5F7D7A. Grayscale: #8B8B8B. Windows color (decimal): -6258043 or 8749728. OLE color: 8749728.
HSL color Cylindrical-coordinate representation of color #A08285: hue angle of 354º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A08285 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 130 | 133 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.37 |
| HSL | 354º | 0.14% | 0.57% | - |
| HSV(B) | 354º | 0.19% | 0.63% | - |
| XYZ | 26.71 | 25.13 | 25.63 | - |
| YUV | 139.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 133 | 0 | 0.19 | 0.17 | 0.37 | 354 | 0.14 | 0.57 |
| Hex | A0 | 82 | 85 | 0 | 13 | 11 | 25 | 162 | E | 39 |
| Octal | 240 | 202 | 205 | 0 | 23 | 21 | 45 | 542 | 16 | 71 |
| Binary | 10100000 | 10000010 | 10000101 | 0 | 10011 | 10001 | 100101 | 101100010 | 1110 | 111001 |
Color Harmonies of #A08285
Complementary color
Monochromatic Colors of #A08285
Black with #A08285
Text Example
Text Example
White with #A08285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08285; }
p { color: rgb(160,130,133); }
H1.HeaderClassName
{
color: #A08285;
}
.AnyTagClassName
{
color: #A08285;
}
</style>
background-color css
<style>
a { background-color: #A08285; }
a { background-color: rgb(160,130,133); }
div.DivClassName
{
background-color: #A08285;
}
.BgClassName
{
background-color: #A08285;
}
</style>
border-color css
<style>
span { border-color: #A08285; }
span { border-color: rgb(160,130,133); }
td.TdClassName
{
border-color: #A08285;
}
.TagClassName
{
border-color: #A08285;
}
</style>