Shades of Turkish Rose #A58485
Tints of Turkish Rose #A58485
RGB
CMYK
RGB Variations
Color information
#A58485 (or 0xA58485) is known color: Turkish Rose. HEX triplet: A5, 84 and 85. RGB value is (165,132,133). Sum of RGB (Red+Green+Blue) = 165+132+133=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A58485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58485 is #5A7B7A. Grayscale: #8E8E8E. Windows color (decimal): -5929851 or 8750245. OLE color: 8750245.
HSL color Cylindrical-coordinate representation of color #A58485: hue angle of 358.18º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A58485 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 132 | 133 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.35 |
| HSL | 358.18º | 0.15% | 0.58% | - |
| HSV(B) | 358.18º | 0.2% | 0.65% | - |
| XYZ | 28 | 26.2 | 25.77 | - |
| YUV | 141.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 132 | 133 | 0 | 0.20 | 0.19 | 0.35 | 358.18 | 0.15 | 0.58 |
| Hex | A5 | 84 | 85 | 0 | 14 | 13 | 23 | 166 | F | 3A |
| Octal | 245 | 204 | 205 | 0 | 24 | 23 | 43 | 546 | 17 | 72 |
| Binary | 10100101 | 10000100 | 10000101 | 0 | 10100 | 10011 | 100011 | 101100110 | 1111 | 111010 |
Color Harmonies of #A58485
Complementary color
Monochromatic Colors of #A58485
Black with #A58485
Text Example
Text Example
White with #A58485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58485; }
p { color: rgb(165,132,133); }
H1.HeaderClassName
{
color: #A58485;
}
.AnyTagClassName
{
color: #A58485;
}
</style>
background-color css
<style>
a { background-color: #A58485; }
a { background-color: rgb(165,132,133); }
div.DivClassName
{
background-color: #A58485;
}
.BgClassName
{
background-color: #A58485;
}
</style>
border-color css
<style>
span { border-color: #A58485; }
span { border-color: rgb(165,132,133); }
td.TdClassName
{
border-color: #A58485;
}
.TagClassName
{
border-color: #A58485;
}
</style>