Shades of Rich Gold #A3541B
Tints of Rich Gold #A3541B
RGB
CMYK
RGB Variations
Color information
#A3541B (or 0xA3541B) is known color: Rich Gold. HEX triplet: A3, 54 and 1B. RGB value is (163,84,27). Sum of RGB (Red+Green+Blue) = 163+84+27=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A3541B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3541B is #5CABE4. Grayscale: #656565. Windows color (decimal): -6073317 or 1791139. OLE color: 1791139.
HSL color Cylindrical-coordinate representation of color #A3541B: hue angle of 25.15º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A3541B is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 84 | 27 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.36 |
| HSL | 25.15º | 0.72% | 0.37% | - |
| HSV(B) | 25.15º | 0.83% | 0.64% | - |
| XYZ | 18.47 | 14.21 | 2.81 | - |
| YUV | 101.12 | 86.17 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 84 | 27 | 0 | 0.48 | 0.83 | 0.36 | 25.15 | 0.72 | 0.37 |
| Hex | A3 | 54 | 1B | 0 | 30 | 53 | 24 | 19 | 48 | 25 |
| Octal | 243 | 124 | 33 | 0 | 60 | 123 | 44 | 31 | 110 | 45 |
| Binary | 10100011 | 1010100 | 11011 | 0 | 110000 | 1010011 | 100100 | 11001 | 1001000 | 100101 |
Color Harmonies of #A3541B
Complementary color
Monochromatic Colors of #A3541B
Black with #A3541B
Text Example
Text Example
White with #A3541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3541B; }
p { color: rgb(163,84,27); }
H1.HeaderClassName
{
color: #A3541B;
}
.AnyTagClassName
{
color: #A3541B;
}
</style>
background-color css
<style>
a { background-color: #A3541B; }
a { background-color: rgb(163,84,27); }
div.DivClassName
{
background-color: #A3541B;
}
.BgClassName
{
background-color: #A3541B;
}
</style>
border-color css
<style>
span { border-color: #A3541B; }
span { border-color: rgb(163,84,27); }
td.TdClassName
{
border-color: #A3541B;
}
.TagClassName
{
border-color: #A3541B;
}
</style>