Shades of Rich Gold #A34B21
Tints of Rich Gold #A34B21
RGB
CMYK
RGB Variations
Color information
#A34B21 (or 0xA34B21) is known color: Rich Gold. HEX triplet: A3, 4B and 21. RGB value is (163,75,33). Sum of RGB (Red+Green+Blue) = 163+75+33=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34B21 is #5CB4DE. Grayscale: #606060. Windows color (decimal): -6075615 or 2182051. OLE color: 2182051.
HSL color Cylindrical-coordinate representation of color #A34B21: hue angle of 19.38º 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 #A34B21 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 75 | 33 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.36 |
| HSL | 19.38º | 0.66% | 0.38% | - |
| HSV(B) | 19.38º | 0.8% | 0.64% | - |
| XYZ | 17.89 | 12.93 | 2.99 | - |
| YUV | 96.52 | 92.15 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 75 | 33 | 0 | 0.54 | 0.80 | 0.36 | 19.38 | 0.66 | 0.38 |
| Hex | A3 | 4B | 21 | 0 | 36 | 50 | 24 | 13 | 42 | 26 |
| Octal | 243 | 113 | 41 | 0 | 66 | 120 | 44 | 23 | 102 | 46 |
| Binary | 10100011 | 1001011 | 100001 | 0 | 110110 | 1010000 | 100100 | 10011 | 1000010 | 100110 |
Color Harmonies of #A34B21
Complementary color
Monochromatic Colors of #A34B21
Black with #A34B21
Text Example
Text Example
White with #A34B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34B21; }
p { color: rgb(163,75,33); }
H1.HeaderClassName
{
color: #A34B21;
}
.AnyTagClassName
{
color: #A34B21;
}
</style>
background-color css
<style>
a { background-color: #A34B21; }
a { background-color: rgb(163,75,33); }
div.DivClassName
{
background-color: #A34B21;
}
.BgClassName
{
background-color: #A34B21;
}
</style>
border-color css
<style>
span { border-color: #A34B21; }
span { border-color: rgb(163,75,33); }
td.TdClassName
{
border-color: #A34B21;
}
.TagClassName
{
border-color: #A34B21;
}
</style>