Shades of Rich Gold #A5541C
Tints of Rich Gold #A5541C
RGB
CMYK
RGB Variations
Color information
#A5541C (or 0xA5541C) is known color: Rich Gold. HEX triplet: A5, 54 and 1C. RGB value is (165,84,28). Sum of RGB (Red+Green+Blue) = 165+84+28=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A5541C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5541C is #5AABE3. Grayscale: #666666. Windows color (decimal): -5942244 or 1856677. OLE color: 1856677.
HSL color Cylindrical-coordinate representation of color #A5541C: hue angle of 24.53º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A5541C is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 84 | 28 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.35 |
| HSL | 24.53º | 0.71% | 0.38% | - |
| HSV(B) | 24.53º | 0.83% | 0.65% | - |
| XYZ | 18.9 | 14.42 | 2.89 | - |
| YUV | 101.84 | 86.34 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 28 | 0 | 0.49 | 0.83 | 0.35 | 24.53 | 0.71 | 0.38 |
| Hex | A5 | 54 | 1C | 0 | 31 | 53 | 23 | 19 | 47 | 26 |
| Octal | 245 | 124 | 34 | 0 | 61 | 123 | 43 | 31 | 107 | 46 |
| Binary | 10100101 | 1010100 | 11100 | 0 | 110001 | 1010011 | 100011 | 11001 | 1000111 | 100110 |
Color Harmonies of #A5541C
Complementary color
Monochromatic Colors of #A5541C
Black with #A5541C
Text Example
Text Example
White with #A5541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5541C; }
p { color: rgb(165,84,28); }
H1.HeaderClassName
{
color: #A5541C;
}
.AnyTagClassName
{
color: #A5541C;
}
</style>
background-color css
<style>
a { background-color: #A5541C; }
a { background-color: rgb(165,84,28); }
div.DivClassName
{
background-color: #A5541C;
}
.BgClassName
{
background-color: #A5541C;
}
</style>
border-color css
<style>
span { border-color: #A5541C; }
span { border-color: rgb(165,84,28); }
td.TdClassName
{
border-color: #A5541C;
}
.TagClassName
{
border-color: #A5541C;
}
</style>