Shades of Rich Gold #A94A1A
Tints of Rich Gold #A94A1A
RGB
CMYK
RGB Variations
Color information
#A94A1A (or 0xA94A1A) is known color: Rich Gold. HEX triplet: A9, 4A and 1A. RGB value is (169,74,26). Sum of RGB (Red+Green+Blue) = 169+74+26=269 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.83% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94A1A is #56B5E5. Grayscale: #616161. Windows color (decimal): -5682662 or 1723049. OLE color: 1723049.
HSL color Cylindrical-coordinate representation of color #A94A1A: hue angle of 20.14º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A94A1A is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 74 | 26 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.34 |
| HSL | 20.14º | 0.73% | 0.38% | - |
| HSV(B) | 20.14º | 0.85% | 0.66% | - |
| XYZ | 19 | 13.41 | 2.56 | - |
| YUV | 96.93 | 87.97 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 26 | 0 | 0.56 | 0.85 | 0.34 | 20.14 | 0.73 | 0.38 |
| Hex | A9 | 4A | 1A | 0 | 38 | 55 | 22 | 14 | 49 | 26 |
| Octal | 251 | 112 | 32 | 0 | 70 | 125 | 42 | 24 | 111 | 46 |
| Binary | 10101001 | 1001010 | 11010 | 0 | 111000 | 1010101 | 100010 | 10100 | 1001001 | 100110 |
Color Harmonies of #A94A1A
Complementary color
Monochromatic Colors of #A94A1A
Black with #A94A1A
Text Example
Text Example
White with #A94A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94A1A; }
p { color: rgb(169,74,26); }
H1.HeaderClassName
{
color: #A94A1A;
}
.AnyTagClassName
{
color: #A94A1A;
}
</style>
background-color css
<style>
a { background-color: #A94A1A; }
a { background-color: rgb(169,74,26); }
div.DivClassName
{
background-color: #A94A1A;
}
.BgClassName
{
background-color: #A94A1A;
}
</style>
border-color css
<style>
span { border-color: #A94A1A; }
span { border-color: rgb(169,74,26); }
td.TdClassName
{
border-color: #A94A1A;
}
.TagClassName
{
border-color: #A94A1A;
}
</style>