Shades of Rich Gold #A3501C
Tints of Rich Gold #A3501C
RGB
CMYK
RGB Variations
Color information
#A3501C (or 0xA3501C) is known color: Rich Gold. HEX triplet: A3, 50 and 1C. RGB value is (163,80,28). Sum of RGB (Red+Green+Blue) = 163+80+28=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A3501C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3501C is #5CAFE3. Grayscale: #636363. Windows color (decimal): -6074340 or 1855651. OLE color: 1855651.
HSL color Cylindrical-coordinate representation of color #A3501C: hue angle of 23.11º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A3501C is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 80 | 28 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.36 |
| HSL | 23.11º | 0.71% | 0.37% | - |
| HSV(B) | 23.11º | 0.83% | 0.64% | - |
| XYZ | 18.18 | 13.61 | 2.77 | - |
| YUV | 98.89 | 88 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 28 | 0 | 0.51 | 0.83 | 0.36 | 23.11 | 0.71 | 0.37 |
| Hex | A3 | 50 | 1C | 0 | 33 | 53 | 24 | 17 | 47 | 25 |
| Octal | 243 | 120 | 34 | 0 | 63 | 123 | 44 | 27 | 107 | 45 |
| Binary | 10100011 | 1010000 | 11100 | 0 | 110011 | 1010011 | 100100 | 10111 | 1000111 | 100101 |
Color Harmonies of #A3501C
Complementary color
Monochromatic Colors of #A3501C
Black with #A3501C
Text Example
Text Example
White with #A3501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3501C; }
p { color: rgb(163,80,28); }
H1.HeaderClassName
{
color: #A3501C;
}
.AnyTagClassName
{
color: #A3501C;
}
</style>
background-color css
<style>
a { background-color: #A3501C; }
a { background-color: rgb(163,80,28); }
div.DivClassName
{
background-color: #A3501C;
}
.BgClassName
{
background-color: #A3501C;
}
</style>
border-color css
<style>
span { border-color: #A3501C; }
span { border-color: rgb(163,80,28); }
td.TdClassName
{
border-color: #A3501C;
}
.TagClassName
{
border-color: #A3501C;
}
</style>