Shades of Copper Rose #A85B5B
Tints of Copper Rose #A85B5B
RGB
CMYK
RGB Variations
Color information
#A85B5B (or 0xA85B5B) is known color: Copper Rose. HEX triplet: A8, 5B and 5B. RGB value is (168,91,91). Sum of RGB (Red+Green+Blue) = 168+91+91=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85B5B is #57A4A4. Grayscale: #727272. Windows color (decimal): -5743781 or 5987240. OLE color: 5987240.
HSL color Cylindrical-coordinate representation of color #A85B5B: hue angle of 0º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A85B5B is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 91 | 91 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.34 |
| HSL | 0º | 0.31% | 0.51% | - |
| HSV(B) | 0º | 0.46% | 0.66% | - |
| XYZ | 21.78 | 16.56 | 11.95 | - |
| YUV | 114.02 | 115.01 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 91 | 0 | 0.46 | 0.46 | 0.34 | 0 | 0.31 | 0.51 |
| Hex | A8 | 5B | 5B | 0 | 2E | 2E | 22 | 0 | 1F | 33 |
| Octal | 250 | 133 | 133 | 0 | 56 | 56 | 42 | 0 | 37 | 63 |
| Binary | 10101000 | 1011011 | 1011011 | 0 | 101110 | 101110 | 100010 | 0 | 11111 | 110011 |
Color Harmonies of #A85B5B
Complementary color
Monochromatic Colors of #A85B5B
Black with #A85B5B
Text Example
Text Example
White with #A85B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85B5B; }
p { color: rgb(168,91,91); }
H1.HeaderClassName
{
color: #A85B5B;
}
.AnyTagClassName
{
color: #A85B5B;
}
</style>
background-color css
<style>
a { background-color: #A85B5B; }
a { background-color: rgb(168,91,91); }
div.DivClassName
{
background-color: #A85B5B;
}
.BgClassName
{
background-color: #A85B5B;
}
</style>
border-color css
<style>
span { border-color: #A85B5B; }
span { border-color: rgb(168,91,91); }
td.TdClassName
{
border-color: #A85B5B;
}
.TagClassName
{
border-color: #A85B5B;
}
</style>