Shades of Rich Gold #A14A1B
Tints of Rich Gold #A14A1B
RGB
CMYK
RGB Variations
Color information
#A14A1B (or 0xA14A1B) is known color: Rich Gold. HEX triplet: A1, 4A and 1B. RGB value is (161,74,27). Sum of RGB (Red+Green+Blue) = 161+74+27=262 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.45% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14A1B is #5EB5E4. Grayscale: #5E5E5E. Windows color (decimal): -6206949 or 1788577. OLE color: 1788577.
HSL color Cylindrical-coordinate representation of color #A14A1B: hue angle of 21.04º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A14A1B is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 74 | 27 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.37 |
| HSL | 21.04º | 0.71% | 0.37% | - |
| HSV(B) | 21.04º | 0.83% | 0.63% | - |
| XYZ | 17.34 | 12.55 | 2.55 | - |
| YUV | 94.66 | 89.82 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 27 | 0 | 0.54 | 0.83 | 0.37 | 21.04 | 0.71 | 0.37 |
| Hex | A1 | 4A | 1B | 0 | 36 | 53 | 25 | 15 | 47 | 25 |
| Octal | 241 | 112 | 33 | 0 | 66 | 123 | 45 | 25 | 107 | 45 |
| Binary | 10100001 | 1001010 | 11011 | 0 | 110110 | 1010011 | 100101 | 10101 | 1000111 | 100101 |
Color Harmonies of #A14A1B
Complementary color
Monochromatic Colors of #A14A1B
Black with #A14A1B
Text Example
Text Example
White with #A14A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14A1B; }
p { color: rgb(161,74,27); }
H1.HeaderClassName
{
color: #A14A1B;
}
.AnyTagClassName
{
color: #A14A1B;
}
</style>
background-color css
<style>
a { background-color: #A14A1B; }
a { background-color: rgb(161,74,27); }
div.DivClassName
{
background-color: #A14A1B;
}
.BgClassName
{
background-color: #A14A1B;
}
</style>
border-color css
<style>
span { border-color: #A14A1B; }
span { border-color: rgb(161,74,27); }
td.TdClassName
{
border-color: #A14A1B;
}
.TagClassName
{
border-color: #A14A1B;
}
</style>