Shades of Rich Gold #9A481F
Tints of Rich Gold #9A481F
RGB
CMYK
RGB Variations
Color information
#9A481F (or 0x9A481F) is known color: Rich Gold. HEX triplet: 9A, 48 and 1F. RGB value is (154,72,31). Sum of RGB (Red+Green+Blue) = 154+72+31=257 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.92% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 154 - color contains mainly: red. Hex color #9A481F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A481F is #65B7E0. Grayscale: #5C5C5C. Windows color (decimal): -6666209 or 2050202. OLE color: 2050202.
HSL color Cylindrical-coordinate representation of color #9A481F: hue angle of 20º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A481F is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 72 | 31 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.40 |
| HSL | 20º | 0.66% | 0.36% | - |
| HSV(B) | 20º | 0.8% | 0.6% | - |
| XYZ | 15.89 | 11.6 | 2.7 | - |
| YUV | 91.84 | 93.67 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 72 | 31 | 0 | 0.53 | 0.80 | 0.40 | 20 | 0.66 | 0.36 |
| Hex | 9A | 48 | 1F | 0 | 35 | 50 | 28 | 14 | 42 | 24 |
| Octal | 232 | 110 | 37 | 0 | 65 | 120 | 50 | 24 | 102 | 44 |
| Binary | 10011010 | 1001000 | 11111 | 0 | 110101 | 1010000 | 101000 | 10100 | 1000010 | 100100 |
Color Harmonies of #9A481F
Complementary color
Monochromatic Colors of #9A481F
Black with #9A481F
Text Example
Text Example
White with #9A481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A481F; }
p { color: rgb(154,72,31); }
H1.HeaderClassName
{
color: #9A481F;
}
.AnyTagClassName
{
color: #9A481F;
}
</style>
background-color css
<style>
a { background-color: #9A481F; }
a { background-color: rgb(154,72,31); }
div.DivClassName
{
background-color: #9A481F;
}
.BgClassName
{
background-color: #9A481F;
}
</style>
border-color css
<style>
span { border-color: #9A481F; }
span { border-color: rgb(154,72,31); }
td.TdClassName
{
border-color: #9A481F;
}
.TagClassName
{
border-color: #9A481F;
}
</style>