Shades of Rich Gold #A3531A
Tints of Rich Gold #A3531A
RGB
CMYK
RGB Variations
Color information
#A3531A (or 0xA3531A) is known color: Rich Gold. HEX triplet: A3, 53 and 1A. RGB value is (163,83,26). Sum of RGB (Red+Green+Blue) = 163+83+26=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A3531A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3531A is #5CACE5. Grayscale: #646464. Windows color (decimal): -6073574 or 1725347. OLE color: 1725347.
HSL color Cylindrical-coordinate representation of color #A3531A: hue angle of 24.96º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A3531A is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 83 | 26 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.36 |
| HSL | 24.96º | 0.72% | 0.37% | - |
| HSV(B) | 24.96º | 0.84% | 0.64% | - |
| XYZ | 18.38 | 14.05 | 2.72 | - |
| YUV | 100.42 | 86 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 26 | 0 | 0.49 | 0.84 | 0.36 | 24.96 | 0.72 | 0.37 |
| Hex | A3 | 53 | 1A | 0 | 31 | 54 | 24 | 19 | 48 | 25 |
| Octal | 243 | 123 | 32 | 0 | 61 | 124 | 44 | 31 | 110 | 45 |
| Binary | 10100011 | 1010011 | 11010 | 0 | 110001 | 1010100 | 100100 | 11001 | 1001000 | 100101 |
Color Harmonies of #A3531A
Complementary color
Monochromatic Colors of #A3531A
Black with #A3531A
Text Example
Text Example
White with #A3531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3531A; }
p { color: rgb(163,83,26); }
H1.HeaderClassName
{
color: #A3531A;
}
.AnyTagClassName
{
color: #A3531A;
}
</style>
background-color css
<style>
a { background-color: #A3531A; }
a { background-color: rgb(163,83,26); }
div.DivClassName
{
background-color: #A3531A;
}
.BgClassName
{
background-color: #A3531A;
}
</style>
border-color css
<style>
span { border-color: #A3531A; }
span { border-color: rgb(163,83,26); }
td.TdClassName
{
border-color: #A3531A;
}
.TagClassName
{
border-color: #A3531A;
}
</style>