Shades of Rich Gold #A44C10
Tints of Rich Gold #A44C10
RGB
CMYK
RGB Variations
Color information
#A44C10 (or 0xA44C10) is known color: Rich Gold. HEX triplet: A4, 4C and 10. RGB value is (164,76,16). Sum of RGB (Red+Green+Blue) = 164+76+16=256 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.06% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44C10 is #5BB3EF. Grayscale: #5F5F5F. Windows color (decimal): -6009840 or 1068196. OLE color: 1068196.
HSL color Cylindrical-coordinate representation of color #A44C10: hue angle of 24.32º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A44C10 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 76 | 16 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.36 |
| HSL | 24.32º | 0.82% | 0.35% | - |
| HSV(B) | 24.32º | 0.9% | 0.64% | - |
| XYZ | 17.99 | 13.1 | 2.07 | - |
| YUV | 95.47 | 83.15 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 16 | 0 | 0.54 | 0.90 | 0.36 | 24.32 | 0.82 | 0.35 |
| Hex | A4 | 4C | 10 | 0 | 36 | 5A | 24 | 18 | 52 | 23 |
| Octal | 244 | 114 | 20 | 0 | 66 | 132 | 44 | 30 | 122 | 43 |
| Binary | 10100100 | 1001100 | 10000 | 0 | 110110 | 1011010 | 100100 | 11000 | 1010010 | 100011 |
Color Harmonies of #A44C10
Complementary color
Monochromatic Colors of #A44C10
Black with #A44C10
Text Example
Text Example
White with #A44C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44C10; }
p { color: rgb(164,76,16); }
H1.HeaderClassName
{
color: #A44C10;
}
.AnyTagClassName
{
color: #A44C10;
}
</style>
background-color css
<style>
a { background-color: #A44C10; }
a { background-color: rgb(164,76,16); }
div.DivClassName
{
background-color: #A44C10;
}
.BgClassName
{
background-color: #A44C10;
}
</style>
border-color css
<style>
span { border-color: #A44C10; }
span { border-color: rgb(164,76,16); }
td.TdClassName
{
border-color: #A44C10;
}
.TagClassName
{
border-color: #A44C10;
}
</style>