Shades of Rich Gold #A35421
Tints of Rich Gold #A35421
RGB
CMYK
RGB Variations
Color information
#A35421 (or 0xA35421) is known color: Rich Gold. HEX triplet: A3, 54 and 21. RGB value is (163,84,33). Sum of RGB (Red+Green+Blue) = 163+84+33=280 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.21% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 163 - color contains mainly: red. Hex color #A35421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35421 is #5CABDE. Grayscale: #666666. Windows color (decimal): -6073311 or 2184355. OLE color: 2184355.
HSL color Cylindrical-coordinate representation of color #A35421: hue angle of 23.54º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A35421 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 84 | 33 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.36 |
| HSL | 23.54º | 0.66% | 0.38% | - |
| HSV(B) | 23.54º | 0.8% | 0.64% | - |
| XYZ | 18.55 | 14.24 | 3.21 | - |
| YUV | 101.81 | 89.17 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 84 | 33 | 0 | 0.48 | 0.80 | 0.36 | 23.54 | 0.66 | 0.38 |
| Hex | A3 | 54 | 21 | 0 | 30 | 50 | 24 | 18 | 42 | 26 |
| Octal | 243 | 124 | 41 | 0 | 60 | 120 | 44 | 30 | 102 | 46 |
| Binary | 10100011 | 1010100 | 100001 | 0 | 110000 | 1010000 | 100100 | 11000 | 1000010 | 100110 |
Color Harmonies of #A35421
Complementary color
Monochromatic Colors of #A35421
Black with #A35421
Text Example
Text Example
White with #A35421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35421; }
p { color: rgb(163,84,33); }
H1.HeaderClassName
{
color: #A35421;
}
.AnyTagClassName
{
color: #A35421;
}
</style>
background-color css
<style>
a { background-color: #A35421; }
a { background-color: rgb(163,84,33); }
div.DivClassName
{
background-color: #A35421;
}
.BgClassName
{
background-color: #A35421;
}
</style>
border-color css
<style>
span { border-color: #A35421; }
span { border-color: rgb(163,84,33); }
td.TdClassName
{
border-color: #A35421;
}
.TagClassName
{
border-color: #A35421;
}
</style>