Shades of Copper Rose #A36969
Tints of Copper Rose #A36969
RGB
CMYK
RGB Variations
Color information
#A36969 (or 0xA36969) is known color: Copper Rose. HEX triplet: A3, 69 and 69. RGB value is (163,105,105). Sum of RGB (Red+Green+Blue) = 163+105+105=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A36969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36969 is #5C9696. Grayscale: #7A7A7A. Windows color (decimal): -6067863 or 6908323. OLE color: 6908323.
HSL color Cylindrical-coordinate representation of color #A36969: hue angle of 0º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A36969 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 105 | 105 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.36 |
| HSL | 0º | 0.24% | 0.53% | - |
| HSV(B) | 0º | 0.36% | 0.64% | - |
| XYZ | 22.71 | 18.91 | 15.82 | - |
| YUV | 122.34 | 118.22 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 105 | 105 | 0 | 0.36 | 0.36 | 0.36 | 0 | 0.24 | 0.53 |
| Hex | A3 | 69 | 69 | 0 | 24 | 24 | 24 | 0 | 18 | 35 |
| Octal | 243 | 151 | 151 | 0 | 44 | 44 | 44 | 0 | 30 | 65 |
| Binary | 10100011 | 1101001 | 1101001 | 0 | 100100 | 100100 | 100100 | 0 | 11000 | 110101 |
Color Harmonies of #A36969
Complementary color
Monochromatic Colors of #A36969
Black with #A36969
Text Example
Text Example
White with #A36969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36969; }
p { color: rgb(163,105,105); }
H1.HeaderClassName
{
color: #A36969;
}
.AnyTagClassName
{
color: #A36969;
}
</style>
background-color css
<style>
a { background-color: #A36969; }
a { background-color: rgb(163,105,105); }
div.DivClassName
{
background-color: #A36969;
}
.BgClassName
{
background-color: #A36969;
}
</style>
border-color css
<style>
span { border-color: #A36969; }
span { border-color: rgb(163,105,105); }
td.TdClassName
{
border-color: #A36969;
}
.TagClassName
{
border-color: #A36969;
}
</style>