Shades of Rich Gold #A4521B
Tints of Rich Gold #A4521B
RGB
CMYK
RGB Variations
Color information
#A4521B (or 0xA4521B) is known color: Rich Gold. HEX triplet: A4, 52 and 1B. RGB value is (164,82,27). Sum of RGB (Red+Green+Blue) = 164+82+27=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A4521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4521B is #5BADE4. Grayscale: #646464. Windows color (decimal): -6008293 or 1790628. OLE color: 1790628.
HSL color Cylindrical-coordinate representation of color #A4521B: hue angle of 24.09º 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 #A4521B is Cyan = 0, Magento = 0.5, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 82 | 27 | - |
| CMYK | 0 | 0.5 | 0.84 | 0.36 |
| HSL | 24.09º | 0.72% | 0.37% | - |
| HSV(B) | 24.09º | 0.84% | 0.64% | - |
| XYZ | 18.52 | 14.01 | 2.76 | - |
| YUV | 100.25 | 86.67 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 82 | 27 | 0 | 0.5 | 0.84 | 0.36 | 24.09 | 0.72 | 0.37 |
| Hex | A4 | 52 | 1B | 0 | 32 | 54 | 24 | 18 | 48 | 25 |
| Octal | 244 | 122 | 33 | 0 | 62 | 124 | 44 | 30 | 110 | 45 |
| Binary | 10100100 | 1010010 | 11011 | 0 | 110010 | 1010100 | 100100 | 11000 | 1001000 | 100101 |
Color Harmonies of #A4521B
Complementary color
Monochromatic Colors of #A4521B
Black with #A4521B
Text Example
Text Example
White with #A4521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4521B; }
p { color: rgb(164,82,27); }
H1.HeaderClassName
{
color: #A4521B;
}
.AnyTagClassName
{
color: #A4521B;
}
</style>
background-color css
<style>
a { background-color: #A4521B; }
a { background-color: rgb(164,82,27); }
div.DivClassName
{
background-color: #A4521B;
}
.BgClassName
{
background-color: #A4521B;
}
</style>
border-color css
<style>
span { border-color: #A4521B; }
span { border-color: rgb(164,82,27); }
td.TdClassName
{
border-color: #A4521B;
}
.TagClassName
{
border-color: #A4521B;
}
</style>