Shades of Rich Gold #A35F21
Tints of Rich Gold #A35F21
RGB
CMYK
RGB Variations
Color information
#A35F21 (or 0xA35F21) is known color: Rich Gold. HEX triplet: A3, 5F and 21. RGB value is (163,95,33). Sum of RGB (Red+Green+Blue) = 163+95+33=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35F21 is #5CA0DE. Grayscale: #6C6C6C. Windows color (decimal): -6070495 or 2187171. OLE color: 2187171.
HSL color Cylindrical-coordinate representation of color #A35F21: hue angle of 28.62º 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 #A35F21 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 95 | 33 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.36 |
| HSL | 28.62º | 0.66% | 0.38% | - |
| HSV(B) | 28.62º | 0.8% | 0.64% | - |
| XYZ | 19.47 | 16.08 | 3.52 | - |
| YUV | 108.26 | 85.53 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 95 | 33 | 0 | 0.42 | 0.80 | 0.36 | 28.62 | 0.66 | 0.38 |
| Hex | A3 | 5F | 21 | 0 | 2A | 50 | 24 | 1D | 42 | 26 |
| Octal | 243 | 137 | 41 | 0 | 52 | 120 | 44 | 35 | 102 | 46 |
| Binary | 10100011 | 1011111 | 100001 | 0 | 101010 | 1010000 | 100100 | 11101 | 1000010 | 100110 |
Color Harmonies of #A35F21
Complementary color
Monochromatic Colors of #A35F21
Black with #A35F21
Text Example
Text Example
White with #A35F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35F21; }
p { color: rgb(163,95,33); }
H1.HeaderClassName
{
color: #A35F21;
}
.AnyTagClassName
{
color: #A35F21;
}
</style>
background-color css
<style>
a { background-color: #A35F21; }
a { background-color: rgb(163,95,33); }
div.DivClassName
{
background-color: #A35F21;
}
.BgClassName
{
background-color: #A35F21;
}
</style>
border-color css
<style>
span { border-color: #A35F21; }
span { border-color: rgb(163,95,33); }
td.TdClassName
{
border-color: #A35F21;
}
.TagClassName
{
border-color: #A35F21;
}
</style>