Shades of Rich Gold #A35324
Tints of Rich Gold #A35324
RGB
CMYK
RGB Variations
Color information
#A35324 (or 0xA35324) is known color: Rich Gold. HEX triplet: A3, 53 and 24. RGB value is (163,83,36). Sum of RGB (Red+Green+Blue) = 163+83+36=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A35324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35324 is #5CACDB. Grayscale: #656565. Windows color (decimal): -6073564 or 2380707. OLE color: 2380707.
HSL color Cylindrical-coordinate representation of color #A35324: hue angle of 22.2º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A35324 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 83 | 36 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.36 |
| HSL | 22.2º | 0.64% | 0.39% | - |
| HSV(B) | 22.2º | 0.78% | 0.64% | - |
| XYZ | 18.52 | 14.1 | 3.41 | - |
| YUV | 101.56 | 91 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 36 | 0 | 0.49 | 0.78 | 0.36 | 22.2 | 0.64 | 0.39 |
| Hex | A3 | 53 | 24 | 0 | 31 | 4E | 24 | 16 | 40 | 27 |
| Octal | 243 | 123 | 44 | 0 | 61 | 116 | 44 | 26 | 100 | 47 |
| Binary | 10100011 | 1010011 | 100100 | 0 | 110001 | 1001110 | 100100 | 10110 | 1000000 | 100111 |
Color Harmonies of #A35324
Complementary color
Monochromatic Colors of #A35324
Black with #A35324
Text Example
Text Example
White with #A35324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35324; }
p { color: rgb(163,83,36); }
H1.HeaderClassName
{
color: #A35324;
}
.AnyTagClassName
{
color: #A35324;
}
</style>
background-color css
<style>
a { background-color: #A35324; }
a { background-color: rgb(163,83,36); }
div.DivClassName
{
background-color: #A35324;
}
.BgClassName
{
background-color: #A35324;
}
</style>
border-color css
<style>
span { border-color: #A35324; }
span { border-color: rgb(163,83,36); }
td.TdClassName
{
border-color: #A35324;
}
.TagClassName
{
border-color: #A35324;
}
</style>