Shades of Rich Gold #A5551E
Tints of Rich Gold #A5551E
RGB
CMYK
RGB Variations
Color information
#A5551E (or 0xA5551E) is known color: Rich Gold. HEX triplet: A5, 55 and 1E. RGB value is (165,85,30). Sum of RGB (Red+Green+Blue) = 165+85+30=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A5551E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5551E is #5AAAE1. Grayscale: #666666. Windows color (decimal): -5941986 or 1988005. OLE color: 1988005.
HSL color Cylindrical-coordinate representation of color #A5551E: hue angle of 24.44º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5551E is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 85 | 30 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.35 |
| HSL | 24.44º | 0.69% | 0.38% | - |
| HSV(B) | 24.44º | 0.82% | 0.65% | - |
| XYZ | 19 | 14.59 | 3.04 | - |
| YUV | 102.65 | 87 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 85 | 30 | 0 | 0.48 | 0.82 | 0.35 | 24.44 | 0.69 | 0.38 |
| Hex | A5 | 55 | 1E | 0 | 30 | 52 | 23 | 18 | 45 | 26 |
| Octal | 245 | 125 | 36 | 0 | 60 | 122 | 43 | 30 | 105 | 46 |
| Binary | 10100101 | 1010101 | 11110 | 0 | 110000 | 1010010 | 100011 | 11000 | 1000101 | 100110 |
Color Harmonies of #A5551E
Complementary color
Monochromatic Colors of #A5551E
Black with #A5551E
Text Example
Text Example
White with #A5551E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5551E; }
p { color: rgb(165,85,30); }
H1.HeaderClassName
{
color: #A5551E;
}
.AnyTagClassName
{
color: #A5551E;
}
</style>
background-color css
<style>
a { background-color: #A5551E; }
a { background-color: rgb(165,85,30); }
div.DivClassName
{
background-color: #A5551E;
}
.BgClassName
{
background-color: #A5551E;
}
</style>
border-color css
<style>
span { border-color: #A5551E; }
span { border-color: rgb(165,85,30); }
td.TdClassName
{
border-color: #A5551E;
}
.TagClassName
{
border-color: #A5551E;
}
</style>