Shades of Rich Gold #A5481E
Tints of Rich Gold #A5481E
RGB
CMYK
RGB Variations
Color information
#A5481E (or 0xA5481E) is known color: Rich Gold. HEX triplet: A5, 48 and 1E. RGB value is (165,72,30). Sum of RGB (Red+Green+Blue) = 165+72+30=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A5481E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5481E is #5AB7E1. Grayscale: #5F5F5F. Windows color (decimal): -5945314 or 1984677. OLE color: 1984677.
HSL color Cylindrical-coordinate representation of color #A5481E: hue angle of 18.67º 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 #A5481E is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 72 | 30 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.35 |
| HSL | 18.67º | 0.69% | 0.38% | - |
| HSV(B) | 18.67º | 0.82% | 0.65% | - |
| XYZ | 18.07 | 12.73 | 2.73 | - |
| YUV | 95.02 | 91.31 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 72 | 30 | 0 | 0.56 | 0.82 | 0.35 | 18.67 | 0.69 | 0.38 |
| Hex | A5 | 48 | 1E | 0 | 38 | 52 | 23 | 13 | 45 | 26 |
| Octal | 245 | 110 | 36 | 0 | 70 | 122 | 43 | 23 | 105 | 46 |
| Binary | 10100101 | 1001000 | 11110 | 0 | 111000 | 1010010 | 100011 | 10011 | 1000101 | 100110 |
Color Harmonies of #A5481E
Complementary color
Monochromatic Colors of #A5481E
Black with #A5481E
Text Example
Text Example
White with #A5481E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5481E; }
p { color: rgb(165,72,30); }
H1.HeaderClassName
{
color: #A5481E;
}
.AnyTagClassName
{
color: #A5481E;
}
</style>
background-color css
<style>
a { background-color: #A5481E; }
a { background-color: rgb(165,72,30); }
div.DivClassName
{
background-color: #A5481E;
}
.BgClassName
{
background-color: #A5481E;
}
</style>
border-color css
<style>
span { border-color: #A5481E; }
span { border-color: rgb(165,72,30); }
td.TdClassName
{
border-color: #A5481E;
}
.TagClassName
{
border-color: #A5481E;
}
</style>