Shades of Rich Gold #A55228
Tints of Rich Gold #A55228
RGB
CMYK
RGB Variations
Color information
#A55228 (or 0xA55228) is known color: Rich Gold. HEX triplet: A5, 52 and 28. RGB value is (165,82,40). Sum of RGB (Red+Green+Blue) = 165+82+40=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A55228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55228 is #5AADD7. Grayscale: #666666. Windows color (decimal): -5942744 or 2642597. OLE color: 2642597.
HSL color Cylindrical-coordinate representation of color #A55228: hue angle of 20.16º 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 #A55228 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 82 | 40 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.35 |
| HSL | 20.16º | 0.61% | 0.4% | - |
| HSV(B) | 20.16º | 0.76% | 0.65% | - |
| XYZ | 18.92 | 14.19 | 3.75 | - |
| YUV | 102.03 | 93 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 40 | 0 | 0.50 | 0.76 | 0.35 | 20.16 | 0.61 | 0.4 |
| Hex | A5 | 52 | 28 | 0 | 32 | 4C | 23 | 14 | 3D | 28 |
| Octal | 245 | 122 | 50 | 0 | 62 | 114 | 43 | 24 | 75 | 50 |
| Binary | 10100101 | 1010010 | 101000 | 0 | 110010 | 1001100 | 100011 | 10100 | 111101 | 101000 |
Color Harmonies of #A55228
Complementary color
Monochromatic Colors of #A55228
Black with #A55228
Text Example
Text Example
White with #A55228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55228; }
p { color: rgb(165,82,40); }
H1.HeaderClassName
{
color: #A55228;
}
.AnyTagClassName
{
color: #A55228;
}
</style>
background-color css
<style>
a { background-color: #A55228; }
a { background-color: rgb(165,82,40); }
div.DivClassName
{
background-color: #A55228;
}
.BgClassName
{
background-color: #A55228;
}
</style>
border-color css
<style>
span { border-color: #A55228; }
span { border-color: rgb(165,82,40); }
td.TdClassName
{
border-color: #A55228;
}
.TagClassName
{
border-color: #A55228;
}
</style>