Shades of Rich Gold #A94D1F
Tints of Rich Gold #A94D1F
RGB
CMYK
RGB Variations
Color information
#A94D1F (or 0xA94D1F) is known color: Rich Gold. HEX triplet: A9, 4D and 1F. RGB value is (169,77,31). Sum of RGB (Red+Green+Blue) = 169+77+31=277 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.01% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94D1F is #56B2E0. Grayscale: #636363. Windows color (decimal): -5681889 or 2051497. OLE color: 2051497.
HSL color Cylindrical-coordinate representation of color #A94D1F: hue angle of 20º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A94D1F is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 77 | 31 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.34 |
| HSL | 20º | 0.69% | 0.39% | - |
| HSV(B) | 20º | 0.82% | 0.66% | - |
| XYZ | 19.26 | 13.84 | 2.95 | - |
| YUV | 99.26 | 89.48 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 77 | 31 | 0 | 0.54 | 0.82 | 0.34 | 20 | 0.69 | 0.39 |
| Hex | A9 | 4D | 1F | 0 | 36 | 52 | 22 | 14 | 45 | 27 |
| Octal | 251 | 115 | 37 | 0 | 66 | 122 | 42 | 24 | 105 | 47 |
| Binary | 10101001 | 1001101 | 11111 | 0 | 110110 | 1010010 | 100010 | 10100 | 1000101 | 100111 |
Color Harmonies of #A94D1F
Complementary color
Monochromatic Colors of #A94D1F
Black with #A94D1F
Text Example
Text Example
White with #A94D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94D1F; }
p { color: rgb(169,77,31); }
H1.HeaderClassName
{
color: #A94D1F;
}
.AnyTagClassName
{
color: #A94D1F;
}
</style>
background-color css
<style>
a { background-color: #A94D1F; }
a { background-color: rgb(169,77,31); }
div.DivClassName
{
background-color: #A94D1F;
}
.BgClassName
{
background-color: #A94D1F;
}
</style>
border-color css
<style>
span { border-color: #A94D1F; }
span { border-color: rgb(169,77,31); }
td.TdClassName
{
border-color: #A94D1F;
}
.TagClassName
{
border-color: #A94D1F;
}
</style>