Shades of Rich Gold #A94D23
Tints of Rich Gold #A94D23
RGB
CMYK
RGB Variations
Color information
#A94D23 (or 0xA94D23) is known color: Rich Gold. HEX triplet: A9, 4D and 23. RGB value is (169,77,35). Sum of RGB (Red+Green+Blue) = 169+77+35=281 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.14% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94D23 is #56B2DC. Grayscale: #636363. Windows color (decimal): -5681885 or 2313641. OLE color: 2313641.
HSL color Cylindrical-coordinate representation of color #A94D23: hue angle of 18.81º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A94D23 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 77 | 35 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.34 |
| HSL | 18.81º | 0.66% | 0.4% | - |
| HSV(B) | 18.81º | 0.79% | 0.66% | - |
| XYZ | 19.32 | 13.86 | 3.25 | - |
| YUV | 99.72 | 91.48 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 77 | 35 | 0 | 0.54 | 0.79 | 0.34 | 18.81 | 0.66 | 0.4 |
| Hex | A9 | 4D | 23 | 0 | 36 | 4F | 22 | 13 | 42 | 28 |
| Octal | 251 | 115 | 43 | 0 | 66 | 117 | 42 | 23 | 102 | 50 |
| Binary | 10101001 | 1001101 | 100011 | 0 | 110110 | 1001111 | 100010 | 10011 | 1000010 | 101000 |
Color Harmonies of #A94D23
Complementary color
Monochromatic Colors of #A94D23
Black with #A94D23
Text Example
Text Example
White with #A94D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94D23; }
p { color: rgb(169,77,35); }
H1.HeaderClassName
{
color: #A94D23;
}
.AnyTagClassName
{
color: #A94D23;
}
</style>
background-color css
<style>
a { background-color: #A94D23; }
a { background-color: rgb(169,77,35); }
div.DivClassName
{
background-color: #A94D23;
}
.BgClassName
{
background-color: #A94D23;
}
</style>
border-color css
<style>
span { border-color: #A94D23; }
span { border-color: rgb(169,77,35); }
td.TdClassName
{
border-color: #A94D23;
}
.TagClassName
{
border-color: #A94D23;
}
</style>