Shades of Rich Gold #9A511A
Tints of Rich Gold #9A511A
RGB
CMYK
RGB Variations
Color information
#9A511A (or 0x9A511A) is known color: Rich Gold. HEX triplet: 9A, 51 and 1A. RGB value is (154,81,26). Sum of RGB (Red+Green+Blue) = 154+81+26=261 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.00% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 154 - color contains mainly: red. Hex color #9A511A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A511A is #65AEE5. Grayscale: #606060. Windows color (decimal): -6663910 or 1724826. OLE color: 1724826.
HSL color Cylindrical-coordinate representation of color #9A511A: hue angle of 25.78º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9A511A is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 81 | 26 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.40 |
| HSL | 25.78º | 0.71% | 0.35% | - |
| HSV(B) | 25.78º | 0.83% | 0.6% | - |
| XYZ | 16.46 | 12.83 | 2.59 | - |
| YUV | 96.56 | 88.18 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 81 | 26 | 0 | 0.47 | 0.83 | 0.40 | 25.78 | 0.71 | 0.35 |
| Hex | 9A | 51 | 1A | 0 | 2F | 53 | 28 | 1A | 47 | 23 |
| Octal | 232 | 121 | 32 | 0 | 57 | 123 | 50 | 32 | 107 | 43 |
| Binary | 10011010 | 1010001 | 11010 | 0 | 101111 | 1010011 | 101000 | 11010 | 1000111 | 100011 |
Color Harmonies of #9A511A
Complementary color
Monochromatic Colors of #9A511A
Black with #9A511A
Text Example
Text Example
White with #9A511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A511A; }
p { color: rgb(154,81,26); }
H1.HeaderClassName
{
color: #9A511A;
}
.AnyTagClassName
{
color: #9A511A;
}
</style>
background-color css
<style>
a { background-color: #9A511A; }
a { background-color: rgb(154,81,26); }
div.DivClassName
{
background-color: #9A511A;
}
.BgClassName
{
background-color: #9A511A;
}
</style>
border-color css
<style>
span { border-color: #9A511A; }
span { border-color: rgb(154,81,26); }
td.TdClassName
{
border-color: #9A511A;
}
.TagClassName
{
border-color: #9A511A;
}
</style>