Shades of Rich Gold #A94A1B
Tints of Rich Gold #A94A1B
RGB
CMYK
RGB Variations
Color information
#A94A1B (or 0xA94A1B) is known color: Rich Gold. HEX triplet: A9, 4A and 1B. RGB value is (169,74,27). Sum of RGB (Red+Green+Blue) = 169+74+27=270 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.59% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94A1B is #56B5E4. Grayscale: #616161. Windows color (decimal): -5682661 or 1788585. OLE color: 1788585.
HSL color Cylindrical-coordinate representation of color #A94A1B: hue angle of 19.86º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A94A1B is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 74 | 27 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.34 |
| HSL | 19.86º | 0.72% | 0.38% | - |
| HSV(B) | 19.86º | 0.84% | 0.66% | - |
| XYZ | 19.01 | 13.41 | 2.62 | - |
| YUV | 97.05 | 88.47 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 27 | 0 | 0.56 | 0.84 | 0.34 | 19.86 | 0.72 | 0.38 |
| Hex | A9 | 4A | 1B | 0 | 38 | 54 | 22 | 14 | 48 | 26 |
| Octal | 251 | 112 | 33 | 0 | 70 | 124 | 42 | 24 | 110 | 46 |
| Binary | 10101001 | 1001010 | 11011 | 0 | 111000 | 1010100 | 100010 | 10100 | 1001000 | 100110 |
Color Harmonies of #A94A1B
Complementary color
Monochromatic Colors of #A94A1B
Black with #A94A1B
Text Example
Text Example
White with #A94A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94A1B; }
p { color: rgb(169,74,27); }
H1.HeaderClassName
{
color: #A94A1B;
}
.AnyTagClassName
{
color: #A94A1B;
}
</style>
background-color css
<style>
a { background-color: #A94A1B; }
a { background-color: rgb(169,74,27); }
div.DivClassName
{
background-color: #A94A1B;
}
.BgClassName
{
background-color: #A94A1B;
}
</style>
border-color css
<style>
span { border-color: #A94A1B; }
span { border-color: rgb(169,74,27); }
td.TdClassName
{
border-color: #A94A1B;
}
.TagClassName
{
border-color: #A94A1B;
}
</style>