Shades of Rich Gold #A65428
Tints of Rich Gold #A65428
RGB
CMYK
RGB Variations
Color information
#A65428 (or 0xA65428) is known color: Rich Gold. HEX triplet: A6, 54 and 28. RGB value is (166,84,40). Sum of RGB (Red+Green+Blue) = 166+84+40=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A65428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65428 is #59ABD7. Grayscale: #676767. Windows color (decimal): -5876696 or 2643110. OLE color: 2643110.
HSL color Cylindrical-coordinate representation of color #A65428: hue angle of 20.95º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A65428 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 84 | 40 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.35 |
| HSL | 20.95º | 0.61% | 0.4% | - |
| HSV(B) | 20.95º | 0.76% | 0.65% | - |
| XYZ | 19.28 | 14.6 | 3.81 | - |
| YUV | 103.5 | 92.17 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 84 | 40 | 0 | 0.49 | 0.76 | 0.35 | 20.95 | 0.61 | 0.4 |
| Hex | A6 | 54 | 28 | 0 | 31 | 4C | 23 | 15 | 3D | 28 |
| Octal | 246 | 124 | 50 | 0 | 61 | 114 | 43 | 25 | 75 | 50 |
| Binary | 10100110 | 1010100 | 101000 | 0 | 110001 | 1001100 | 100011 | 10101 | 111101 | 101000 |
Color Harmonies of #A65428
Complementary color
Monochromatic Colors of #A65428
Black with #A65428
Text Example
Text Example
White with #A65428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65428; }
p { color: rgb(166,84,40); }
H1.HeaderClassName
{
color: #A65428;
}
.AnyTagClassName
{
color: #A65428;
}
</style>
background-color css
<style>
a { background-color: #A65428; }
a { background-color: rgb(166,84,40); }
div.DivClassName
{
background-color: #A65428;
}
.BgClassName
{
background-color: #A65428;
}
</style>
border-color css
<style>
span { border-color: #A65428; }
span { border-color: rgb(166,84,40); }
td.TdClassName
{
border-color: #A65428;
}
.TagClassName
{
border-color: #A65428;
}
</style>