Shades of Rich Gold #9A491C
Tints of Rich Gold #9A491C
RGB
CMYK
RGB Variations
Color information
#9A491C (or 0x9A491C) is known color: Rich Gold. HEX triplet: 9A, 49 and 1C. RGB value is (154,73,28). Sum of RGB (Red+Green+Blue) = 154+73+28=255 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.39% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 154 - color contains mainly: red. Hex color #9A491C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A491C is #65B6E3. Grayscale: #5C5C5C. Windows color (decimal): -6665956 or 1853850. OLE color: 1853850.
HSL color Cylindrical-coordinate representation of color #9A491C: hue angle of 21.43º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A491C is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 73 | 28 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.40 |
| HSL | 21.43º | 0.69% | 0.36% | - |
| HSV(B) | 21.43º | 0.82% | 0.6% | - |
| XYZ | 15.92 | 11.72 | 2.52 | - |
| YUV | 92.09 | 91.84 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 73 | 28 | 0 | 0.53 | 0.82 | 0.40 | 21.43 | 0.69 | 0.36 |
| Hex | 9A | 49 | 1C | 0 | 35 | 52 | 28 | 15 | 45 | 24 |
| Octal | 232 | 111 | 34 | 0 | 65 | 122 | 50 | 25 | 105 | 44 |
| Binary | 10011010 | 1001001 | 11100 | 0 | 110101 | 1010010 | 101000 | 10101 | 1000101 | 100100 |
Color Harmonies of #9A491C
Complementary color
Monochromatic Colors of #9A491C
Black with #9A491C
Text Example
Text Example
White with #9A491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A491C; }
p { color: rgb(154,73,28); }
H1.HeaderClassName
{
color: #9A491C;
}
.AnyTagClassName
{
color: #9A491C;
}
</style>
background-color css
<style>
a { background-color: #9A491C; }
a { background-color: rgb(154,73,28); }
div.DivClassName
{
background-color: #9A491C;
}
.BgClassName
{
background-color: #9A491C;
}
</style>
border-color css
<style>
span { border-color: #9A491C; }
span { border-color: rgb(154,73,28); }
td.TdClassName
{
border-color: #9A491C;
}
.TagClassName
{
border-color: #9A491C;
}
</style>