Shades of Rich Gold #A45428
Tints of Rich Gold #A45428
RGB
CMYK
RGB Variations
Color information
#A45428 (or 0xA45428) is known color: Rich Gold. HEX triplet: A4, 54 and 28. RGB value is (164,84,40). Sum of RGB (Red+Green+Blue) = 164+84+40=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A45428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45428 is #5BABD7. Grayscale: #676767. Windows color (decimal): -6007768 or 2643108. OLE color: 2643108.
HSL color Cylindrical-coordinate representation of color #A45428: hue angle of 21.29º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A45428 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 84 | 40 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.36 |
| HSL | 21.29º | 0.61% | 0.4% | - |
| HSV(B) | 21.29º | 0.76% | 0.64% | - |
| XYZ | 18.86 | 14.39 | 3.79 | - |
| YUV | 102.9 | 92.5 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 84 | 40 | 0 | 0.49 | 0.76 | 0.36 | 21.29 | 0.61 | 0.4 |
| Hex | A4 | 54 | 28 | 0 | 31 | 4C | 24 | 15 | 3D | 28 |
| Octal | 244 | 124 | 50 | 0 | 61 | 114 | 44 | 25 | 75 | 50 |
| Binary | 10100100 | 1010100 | 101000 | 0 | 110001 | 1001100 | 100100 | 10101 | 111101 | 101000 |
Color Harmonies of #A45428
Complementary color
Monochromatic Colors of #A45428
Black with #A45428
Text Example
Text Example
White with #A45428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45428; }
p { color: rgb(164,84,40); }
H1.HeaderClassName
{
color: #A45428;
}
.AnyTagClassName
{
color: #A45428;
}
</style>
background-color css
<style>
a { background-color: #A45428; }
a { background-color: rgb(164,84,40); }
div.DivClassName
{
background-color: #A45428;
}
.BgClassName
{
background-color: #A45428;
}
</style>
border-color css
<style>
span { border-color: #A45428; }
span { border-color: rgb(164,84,40); }
td.TdClassName
{
border-color: #A45428;
}
.TagClassName
{
border-color: #A45428;
}
</style>