Shades of Rich Gold #A5551D
Tints of Rich Gold #A5551D
RGB
CMYK
RGB Variations
Color information
#A5551D (or 0xA5551D) is known color: Rich Gold. HEX triplet: A5, 55 and 1D. RGB value is (165,85,29). Sum of RGB (Red+Green+Blue) = 165+85+29=279 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.14% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 165 - color contains mainly: red. Hex color #A5551D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5551D is #5AAAE2. Grayscale: #666666. Windows color (decimal): -5941987 or 1922469. OLE color: 1922469.
HSL color Cylindrical-coordinate representation of color #A5551D: hue angle of 24.71º degrees, saturation: 0.7, 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 #A5551D is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 85 | 29 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.35 |
| HSL | 24.71º | 0.7% | 0.38% | - |
| HSV(B) | 24.71º | 0.82% | 0.65% | - |
| XYZ | 18.99 | 14.59 | 2.98 | - |
| YUV | 102.54 | 86.5 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 85 | 29 | 0 | 0.48 | 0.82 | 0.35 | 24.71 | 0.7 | 0.38 |
| Hex | A5 | 55 | 1D | 0 | 30 | 52 | 23 | 19 | 46 | 26 |
| Octal | 245 | 125 | 35 | 0 | 60 | 122 | 43 | 31 | 106 | 46 |
| Binary | 10100101 | 1010101 | 11101 | 0 | 110000 | 1010010 | 100011 | 11001 | 1000110 | 100110 |
Color Harmonies of #A5551D
Complementary color
Monochromatic Colors of #A5551D
Black with #A5551D
Text Example
Text Example
White with #A5551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5551D; }
p { color: rgb(165,85,29); }
H1.HeaderClassName
{
color: #A5551D;
}
.AnyTagClassName
{
color: #A5551D;
}
</style>
background-color css
<style>
a { background-color: #A5551D; }
a { background-color: rgb(165,85,29); }
div.DivClassName
{
background-color: #A5551D;
}
.BgClassName
{
background-color: #A5551D;
}
</style>
border-color css
<style>
span { border-color: #A5551D; }
span { border-color: rgb(165,85,29); }
td.TdClassName
{
border-color: #A5551D;
}
.TagClassName
{
border-color: #A5551D;
}
</style>