Shades of Rich Gold #A5551C
Tints of Rich Gold #A5551C
RGB
CMYK
RGB Variations
Color information
#A5551C (or 0xA5551C) is known color: Rich Gold. HEX triplet: A5, 55 and 1C. RGB value is (165,85,28). Sum of RGB (Red+Green+Blue) = 165+85+28=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A5551C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5551C is #5AAAE3. Grayscale: #666666. Windows color (decimal): -5941988 or 1856933. OLE color: 1856933.
HSL color Cylindrical-coordinate representation of color #A5551C: hue angle of 24.96º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A5551C is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 85 | 28 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.35 |
| HSL | 24.96º | 0.71% | 0.38% | - |
| HSV(B) | 24.96º | 0.83% | 0.65% | - |
| XYZ | 18.98 | 14.58 | 2.91 | - |
| YUV | 102.42 | 86 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 85 | 28 | 0 | 0.48 | 0.83 | 0.35 | 24.96 | 0.71 | 0.38 |
| Hex | A5 | 55 | 1C | 0 | 30 | 53 | 23 | 19 | 47 | 26 |
| Octal | 245 | 125 | 34 | 0 | 60 | 123 | 43 | 31 | 107 | 46 |
| Binary | 10100101 | 1010101 | 11100 | 0 | 110000 | 1010011 | 100011 | 11001 | 1000111 | 100110 |
Color Harmonies of #A5551C
Complementary color
Monochromatic Colors of #A5551C
Black with #A5551C
Text Example
Text Example
White with #A5551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5551C; }
p { color: rgb(165,85,28); }
H1.HeaderClassName
{
color: #A5551C;
}
.AnyTagClassName
{
color: #A5551C;
}
</style>
background-color css
<style>
a { background-color: #A5551C; }
a { background-color: rgb(165,85,28); }
div.DivClassName
{
background-color: #A5551C;
}
.BgClassName
{
background-color: #A5551C;
}
</style>
border-color css
<style>
span { border-color: #A5551C; }
span { border-color: rgb(165,85,28); }
td.TdClassName
{
border-color: #A5551C;
}
.TagClassName
{
border-color: #A5551C;
}
</style>