Shades of Rich Gold #A8541C
Tints of Rich Gold #A8541C
RGB
CMYK
RGB Variations
Color information
#A8541C (or 0xA8541C) is known color: Rich Gold. HEX triplet: A8, 54 and 1C. RGB value is (168,84,28). Sum of RGB (Red+Green+Blue) = 168+84+28=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A8541C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8541C is #57ABE3. Grayscale: #676767. Windows color (decimal): -5745636 or 1856680. OLE color: 1856680.
HSL color Cylindrical-coordinate representation of color #A8541C: hue angle of 24º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8541C is Cyan = 0, Magento = 0.5, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 84 | 28 | - |
| CMYK | 0 | 0.5 | 0.83 | 0.34 |
| HSL | 24º | 0.71% | 0.38% | - |
| HSV(B) | 24º | 0.83% | 0.66% | - |
| XYZ | 19.53 | 14.75 | 2.92 | - |
| YUV | 102.73 | 85.83 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 28 | 0 | 0.5 | 0.83 | 0.34 | 24 | 0.71 | 0.38 |
| Hex | A8 | 54 | 1C | 0 | 32 | 53 | 22 | 18 | 47 | 26 |
| Octal | 250 | 124 | 34 | 0 | 62 | 123 | 42 | 30 | 107 | 46 |
| Binary | 10101000 | 1010100 | 11100 | 0 | 110010 | 1010011 | 100010 | 11000 | 1000111 | 100110 |
Color Harmonies of #A8541C
Complementary color
Monochromatic Colors of #A8541C
Black with #A8541C
Text Example
Text Example
White with #A8541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8541C; }
p { color: rgb(168,84,28); }
H1.HeaderClassName
{
color: #A8541C;
}
.AnyTagClassName
{
color: #A8541C;
}
</style>
background-color css
<style>
a { background-color: #A8541C; }
a { background-color: rgb(168,84,28); }
div.DivClassName
{
background-color: #A8541C;
}
.BgClassName
{
background-color: #A8541C;
}
</style>
border-color css
<style>
span { border-color: #A8541C; }
span { border-color: rgb(168,84,28); }
td.TdClassName
{
border-color: #A8541C;
}
.TagClassName
{
border-color: #A8541C;
}
</style>