Shades of Rich Gold #A3500C
Tints of Rich Gold #A3500C
RGB
CMYK
RGB Variations
Color information
#A3500C (or 0xA3500C) is known color: Rich Gold. HEX triplet: A3, 50 and 0C. RGB value is (163,80,12). Sum of RGB (Red+Green+Blue) = 163+80+12=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A3500C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3500C is #5CAFF3. Grayscale: #616161. Windows color (decimal): -6074356 or 807075. OLE color: 807075.
HSL color Cylindrical-coordinate representation of color #A3500C: hue angle of 27.02º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3500C is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 80 | 12 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.36 |
| HSL | 27.02º | 0.86% | 0.34% | - |
| HSV(B) | 27.02º | 0.93% | 0.64% | - |
| XYZ | 18.04 | 13.55 | 2.01 | - |
| YUV | 97.07 | 80 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 12 | 0 | 0.51 | 0.93 | 0.36 | 27.02 | 0.86 | 0.34 |
| Hex | A3 | 50 | C | 0 | 33 | 5D | 24 | 1B | 56 | 22 |
| Octal | 243 | 120 | 14 | 0 | 63 | 135 | 44 | 33 | 126 | 42 |
| Binary | 10100011 | 1010000 | 1100 | 0 | 110011 | 1011101 | 100100 | 11011 | 1010110 | 100010 |
Color Harmonies of #A3500C
Complementary color
Monochromatic Colors of #A3500C
Black with #A3500C
Text Example
Text Example
White with #A3500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3500C; }
p { color: rgb(163,80,12); }
H1.HeaderClassName
{
color: #A3500C;
}
.AnyTagClassName
{
color: #A3500C;
}
</style>
background-color css
<style>
a { background-color: #A3500C; }
a { background-color: rgb(163,80,12); }
div.DivClassName
{
background-color: #A3500C;
}
.BgClassName
{
background-color: #A3500C;
}
</style>
border-color css
<style>
span { border-color: #A3500C; }
span { border-color: rgb(163,80,12); }
td.TdClassName
{
border-color: #A3500C;
}
.TagClassName
{
border-color: #A3500C;
}
</style>