Shades of Rich Gold #A55B26
Tints of Rich Gold #A55B26
RGB
CMYK
RGB Variations
Color information
#A55B26 (or 0xA55B26) is known color: Rich Gold. HEX triplet: A5, 5B and 26. RGB value is (165,91,38). Sum of RGB (Red+Green+Blue) = 165+91+38=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55B26 is #5AA4D9. Grayscale: #6B6B6B. Windows color (decimal): -5940442 or 2513829. OLE color: 2513829.
HSL color Cylindrical-coordinate representation of color #A55B26: hue angle of 25.04º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A55B26 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 91 | 38 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.35 |
| HSL | 25.04º | 0.63% | 0.4% | - |
| HSV(B) | 25.04º | 0.77% | 0.65% | - |
| XYZ | 19.61 | 15.62 | 3.82 | - |
| YUV | 107.08 | 89.02 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 91 | 38 | 0 | 0.45 | 0.77 | 0.35 | 25.04 | 0.63 | 0.4 |
| Hex | A5 | 5B | 26 | 0 | 2D | 4D | 23 | 19 | 3F | 28 |
| Octal | 245 | 133 | 46 | 0 | 55 | 115 | 43 | 31 | 77 | 50 |
| Binary | 10100101 | 1011011 | 100110 | 0 | 101101 | 1001101 | 100011 | 11001 | 111111 | 101000 |
Color Harmonies of #A55B26
Complementary color
Monochromatic Colors of #A55B26
Black with #A55B26
Text Example
Text Example
White with #A55B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55B26; }
p { color: rgb(165,91,38); }
H1.HeaderClassName
{
color: #A55B26;
}
.AnyTagClassName
{
color: #A55B26;
}
</style>
background-color css
<style>
a { background-color: #A55B26; }
a { background-color: rgb(165,91,38); }
div.DivClassName
{
background-color: #A55B26;
}
.BgClassName
{
background-color: #A55B26;
}
</style>
border-color css
<style>
span { border-color: #A55B26; }
span { border-color: rgb(165,91,38); }
td.TdClassName
{
border-color: #A55B26;
}
.TagClassName
{
border-color: #A55B26;
}
</style>