Shades of Copper Rose #A45B5B
Tints of Copper Rose #A45B5B
RGB
CMYK
RGB Variations
Color information
#A45B5B (or 0xA45B5B) is known color: Copper Rose. HEX triplet: A4, 5B and 5B. RGB value is (164,91,91). Sum of RGB (Red+Green+Blue) = 164+91+91=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45B5B is #5BA4A4. Grayscale: #707070. Windows color (decimal): -6005925 or 5987236. OLE color: 5987236.
HSL color Cylindrical-coordinate representation of color #A45B5B: hue angle of 0º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A45B5B is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 91 | 91 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.36 |
| HSL | 0º | 0.29% | 0.5% | - |
| HSV(B) | 0º | 0.45% | 0.64% | - |
| XYZ | 20.94 | 16.13 | 11.91 | - |
| YUV | 112.83 | 115.68 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 91 | 0 | 0.45 | 0.45 | 0.36 | 0 | 0.29 | 0.5 |
| Hex | A4 | 5B | 5B | 0 | 2D | 2D | 24 | 0 | 1D | 32 |
| Octal | 244 | 133 | 133 | 0 | 55 | 55 | 44 | 0 | 35 | 62 |
| Binary | 10100100 | 1011011 | 1011011 | 0 | 101101 | 101101 | 100100 | 0 | 11101 | 110010 |
Color Harmonies of #A45B5B
Complementary color
Monochromatic Colors of #A45B5B
Black with #A45B5B
Text Example
Text Example
White with #A45B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45B5B; }
p { color: rgb(164,91,91); }
H1.HeaderClassName
{
color: #A45B5B;
}
.AnyTagClassName
{
color: #A45B5B;
}
</style>
background-color css
<style>
a { background-color: #A45B5B; }
a { background-color: rgb(164,91,91); }
div.DivClassName
{
background-color: #A45B5B;
}
.BgClassName
{
background-color: #A45B5B;
}
</style>
border-color css
<style>
span { border-color: #A45B5B; }
span { border-color: rgb(164,91,91); }
td.TdClassName
{
border-color: #A45B5B;
}
.TagClassName
{
border-color: #A45B5B;
}
</style>