Shades of Rich Gold #A55027
Tints of Rich Gold #A55027
RGB
CMYK
RGB Variations
Color information
#A55027 (or 0xA55027) is known color: Rich Gold. HEX triplet: A5, 50 and 27. RGB value is (165,80,39). Sum of RGB (Red+Green+Blue) = 165+80+39=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A55027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55027 is #5AAFD8. Grayscale: #646464. Windows color (decimal): -5943257 or 2576549. OLE color: 2576549.
HSL color Cylindrical-coordinate representation of color #A55027: hue angle of 19.52º degrees, saturation: 0.62, 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 #A55027 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 80 | 39 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.35 |
| HSL | 19.52º | 0.62% | 0.4% | - |
| HSV(B) | 19.52º | 0.76% | 0.65% | - |
| XYZ | 18.75 | 13.88 | 3.61 | - |
| YUV | 100.74 | 93.16 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 80 | 39 | 0 | 0.52 | 0.76 | 0.35 | 19.52 | 0.62 | 0.4 |
| Hex | A5 | 50 | 27 | 0 | 34 | 4C | 23 | 14 | 3E | 28 |
| Octal | 245 | 120 | 47 | 0 | 64 | 114 | 43 | 24 | 76 | 50 |
| Binary | 10100101 | 1010000 | 100111 | 0 | 110100 | 1001100 | 100011 | 10100 | 111110 | 101000 |
Color Harmonies of #A55027
Complementary color
Monochromatic Colors of #A55027
Black with #A55027
Text Example
Text Example
White with #A55027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55027; }
p { color: rgb(165,80,39); }
H1.HeaderClassName
{
color: #A55027;
}
.AnyTagClassName
{
color: #A55027;
}
</style>
background-color css
<style>
a { background-color: #A55027; }
a { background-color: rgb(165,80,39); }
div.DivClassName
{
background-color: #A55027;
}
.BgClassName
{
background-color: #A55027;
}
</style>
border-color css
<style>
span { border-color: #A55027; }
span { border-color: rgb(165,80,39); }
td.TdClassName
{
border-color: #A55027;
}
.TagClassName
{
border-color: #A55027;
}
</style>