Shades of Rich Gold #A94C1F
Tints of Rich Gold #A94C1F
RGB
CMYK
RGB Variations
Color information
#A94C1F (or 0xA94C1F) is known color: Rich Gold. HEX triplet: A9, 4C and 1F. RGB value is (169,76,31). Sum of RGB (Red+Green+Blue) = 169+76+31=276 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.23% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94C1F is #56B3E0. Grayscale: #626262. Windows color (decimal): -5682145 or 2051241. OLE color: 2051241.
HSL color Cylindrical-coordinate representation of color #A94C1F: hue angle of 19.57º 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 #A94C1F is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 76 | 31 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.34 |
| HSL | 19.57º | 0.69% | 0.39% | - |
| HSV(B) | 19.57º | 0.82% | 0.66% | - |
| XYZ | 19.19 | 13.7 | 2.93 | - |
| YUV | 98.68 | 89.81 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 76 | 31 | 0 | 0.55 | 0.82 | 0.34 | 19.57 | 0.69 | 0.39 |
| Hex | A9 | 4C | 1F | 0 | 37 | 52 | 22 | 14 | 45 | 27 |
| Octal | 251 | 114 | 37 | 0 | 67 | 122 | 42 | 24 | 105 | 47 |
| Binary | 10101001 | 1001100 | 11111 | 0 | 110111 | 1010010 | 100010 | 10100 | 1000101 | 100111 |
Color Harmonies of #A94C1F
Complementary color
Monochromatic Colors of #A94C1F
Black with #A94C1F
Text Example
Text Example
White with #A94C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94C1F; }
p { color: rgb(169,76,31); }
H1.HeaderClassName
{
color: #A94C1F;
}
.AnyTagClassName
{
color: #A94C1F;
}
</style>
background-color css
<style>
a { background-color: #A94C1F; }
a { background-color: rgb(169,76,31); }
div.DivClassName
{
background-color: #A94C1F;
}
.BgClassName
{
background-color: #A94C1F;
}
</style>
border-color css
<style>
span { border-color: #A94C1F; }
span { border-color: rgb(169,76,31); }
td.TdClassName
{
border-color: #A94C1F;
}
.TagClassName
{
border-color: #A94C1F;
}
</style>