Shades of Rich Gold #A14A1A
Tints of Rich Gold #A14A1A
RGB
CMYK
RGB Variations
Color information
#A14A1A (or 0xA14A1A) is known color: Rich Gold. HEX triplet: A1, 4A and 1A. RGB value is (161,74,26). Sum of RGB (Red+Green+Blue) = 161+74+26=261 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.69% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14A1A is #5EB5E5. Grayscale: #5E5E5E. Windows color (decimal): -6206950 or 1723041. OLE color: 1723041.
HSL color Cylindrical-coordinate representation of color #A14A1A: hue angle of 21.33º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A14A1A is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 74 | 26 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.37 |
| HSL | 21.33º | 0.72% | 0.37% | - |
| HSV(B) | 21.33º | 0.84% | 0.63% | - |
| XYZ | 17.33 | 12.55 | 2.49 | - |
| YUV | 94.54 | 89.32 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 26 | 0 | 0.54 | 0.84 | 0.37 | 21.33 | 0.72 | 0.37 |
| Hex | A1 | 4A | 1A | 0 | 36 | 54 | 25 | 15 | 48 | 25 |
| Octal | 241 | 112 | 32 | 0 | 66 | 124 | 45 | 25 | 110 | 45 |
| Binary | 10100001 | 1001010 | 11010 | 0 | 110110 | 1010100 | 100101 | 10101 | 1001000 | 100101 |
Color Harmonies of #A14A1A
Complementary color
Monochromatic Colors of #A14A1A
Black with #A14A1A
Text Example
Text Example
White with #A14A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14A1A; }
p { color: rgb(161,74,26); }
H1.HeaderClassName
{
color: #A14A1A;
}
.AnyTagClassName
{
color: #A14A1A;
}
</style>
background-color css
<style>
a { background-color: #A14A1A; }
a { background-color: rgb(161,74,26); }
div.DivClassName
{
background-color: #A14A1A;
}
.BgClassName
{
background-color: #A14A1A;
}
</style>
border-color css
<style>
span { border-color: #A14A1A; }
span { border-color: rgb(161,74,26); }
td.TdClassName
{
border-color: #A14A1A;
}
.TagClassName
{
border-color: #A14A1A;
}
</style>