Shades of Rich Gold #A3501B
Tints of Rich Gold #A3501B
RGB
CMYK
RGB Variations
Color information
#A3501B (or 0xA3501B) is known color: Rich Gold. HEX triplet: A3, 50 and 1B. RGB value is (163,80,27). Sum of RGB (Red+Green+Blue) = 163+80+27=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A3501B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3501B is #5CAFE4. Grayscale: #636363. Windows color (decimal): -6074341 or 1790115. OLE color: 1790115.
HSL color Cylindrical-coordinate representation of color #A3501B: hue angle of 23.38º degrees, saturation: 0.72, 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 #A3501B is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 80 | 27 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.36 |
| HSL | 23.38º | 0.72% | 0.37% | - |
| HSV(B) | 23.38º | 0.83% | 0.64% | - |
| XYZ | 18.17 | 13.6 | 2.7 | - |
| YUV | 98.78 | 87.5 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 27 | 0 | 0.51 | 0.83 | 0.36 | 23.38 | 0.72 | 0.37 |
| Hex | A3 | 50 | 1B | 0 | 33 | 53 | 24 | 17 | 48 | 25 |
| Octal | 243 | 120 | 33 | 0 | 63 | 123 | 44 | 27 | 110 | 45 |
| Binary | 10100011 | 1010000 | 11011 | 0 | 110011 | 1010011 | 100100 | 10111 | 1001000 | 100101 |
Color Harmonies of #A3501B
Complementary color
Monochromatic Colors of #A3501B
Black with #A3501B
Text Example
Text Example
White with #A3501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3501B; }
p { color: rgb(163,80,27); }
H1.HeaderClassName
{
color: #A3501B;
}
.AnyTagClassName
{
color: #A3501B;
}
</style>
background-color css
<style>
a { background-color: #A3501B; }
a { background-color: rgb(163,80,27); }
div.DivClassName
{
background-color: #A3501B;
}
.BgClassName
{
background-color: #A3501B;
}
</style>
border-color css
<style>
span { border-color: #A3501B; }
span { border-color: rgb(163,80,27); }
td.TdClassName
{
border-color: #A3501B;
}
.TagClassName
{
border-color: #A3501B;
}
</style>