Shades of Rich Gold #9A4C22
Tints of Rich Gold #9A4C22
RGB
CMYK
RGB Variations
Color information
#9A4C22 (or 0x9A4C22) is known color: Rich Gold. HEX triplet: 9A, 4C and 22. RGB value is (154,76,34). Sum of RGB (Red+Green+Blue) = 154+76+34=264 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.33% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4C22 is #65B3DD. Grayscale: #5E5E5E. Windows color (decimal): -6665182 or 2247834. OLE color: 2247834.
HSL color Cylindrical-coordinate representation of color #9A4C22: hue angle of 21º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A4C22 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 76 | 34 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.40 |
| HSL | 21º | 0.64% | 0.37% | - |
| HSV(B) | 21º | 0.78% | 0.6% | - |
| XYZ | 16.2 | 12.15 | 3.01 | - |
| YUV | 94.53 | 93.84 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 76 | 34 | 0 | 0.51 | 0.78 | 0.40 | 21 | 0.64 | 0.37 |
| Hex | 9A | 4C | 22 | 0 | 33 | 4E | 28 | 15 | 40 | 25 |
| Octal | 232 | 114 | 42 | 0 | 63 | 116 | 50 | 25 | 100 | 45 |
| Binary | 10011010 | 1001100 | 100010 | 0 | 110011 | 1001110 | 101000 | 10101 | 1000000 | 100101 |
Color Harmonies of #9A4C22
Complementary color
Monochromatic Colors of #9A4C22
Black with #9A4C22
Text Example
Text Example
White with #9A4C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4C22; }
p { color: rgb(154,76,34); }
H1.HeaderClassName
{
color: #9A4C22;
}
.AnyTagClassName
{
color: #9A4C22;
}
</style>
background-color css
<style>
a { background-color: #9A4C22; }
a { background-color: rgb(154,76,34); }
div.DivClassName
{
background-color: #9A4C22;
}
.BgClassName
{
background-color: #9A4C22;
}
</style>
border-color css
<style>
span { border-color: #9A4C22; }
span { border-color: rgb(154,76,34); }
td.TdClassName
{
border-color: #9A4C22;
}
.TagClassName
{
border-color: #9A4C22;
}
</style>