Shades of Rich Gold #A4521C
Tints of Rich Gold #A4521C
RGB
CMYK
RGB Variations
Color information
#A4521C (or 0xA4521C) is known color: Rich Gold. HEX triplet: A4, 52 and 1C. RGB value is (164,82,28). Sum of RGB (Red+Green+Blue) = 164+82+28=274 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.85% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 164 - color contains mainly: red. Hex color #A4521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4521C is #5BADE3. Grayscale: #646464. Windows color (decimal): -6008292 or 1856164. OLE color: 1856164.
HSL color Cylindrical-coordinate representation of color #A4521C: hue angle of 23.82º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A4521C is Cyan = 0, Magento = 0.5, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 82 | 28 | - |
| CMYK | 0 | 0.5 | 0.83 | 0.36 |
| HSL | 23.82º | 0.71% | 0.38% | - |
| HSV(B) | 23.82º | 0.83% | 0.64% | - |
| XYZ | 18.54 | 14.01 | 2.83 | - |
| YUV | 100.36 | 87.17 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 82 | 28 | 0 | 0.5 | 0.83 | 0.36 | 23.82 | 0.71 | 0.38 |
| Hex | A4 | 52 | 1C | 0 | 32 | 53 | 24 | 18 | 47 | 26 |
| Octal | 244 | 122 | 34 | 0 | 62 | 123 | 44 | 30 | 107 | 46 |
| Binary | 10100100 | 1010010 | 11100 | 0 | 110010 | 1010011 | 100100 | 11000 | 1000111 | 100110 |
Color Harmonies of #A4521C
Complementary color
Monochromatic Colors of #A4521C
Black with #A4521C
Text Example
Text Example
White with #A4521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4521C; }
p { color: rgb(164,82,28); }
H1.HeaderClassName
{
color: #A4521C;
}
.AnyTagClassName
{
color: #A4521C;
}
</style>
background-color css
<style>
a { background-color: #A4521C; }
a { background-color: rgb(164,82,28); }
div.DivClassName
{
background-color: #A4521C;
}
.BgClassName
{
background-color: #A4521C;
}
</style>
border-color css
<style>
span { border-color: #A4521C; }
span { border-color: rgb(164,82,28); }
td.TdClassName
{
border-color: #A4521C;
}
.TagClassName
{
border-color: #A4521C;
}
</style>