Shades of Rich Gold #A55A2B
Tints of Rich Gold #A55A2B
RGB
CMYK
RGB Variations
Color information
#A55A2B (or 0xA55A2B) is known color: Rich Gold. HEX triplet: A5, 5A and 2B. RGB value is (165,90,43). Sum of RGB (Red+Green+Blue) = 165+90+43=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55A2B is #5AA5D4. Grayscale: #6B6B6B. Windows color (decimal): -5940693 or 2841253. OLE color: 2841253.
HSL color Cylindrical-coordinate representation of color #A55A2B: hue angle of 23.11º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A55A2B is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 90 | 43 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.35 |
| HSL | 23.11º | 0.59% | 0.41% | - |
| HSV(B) | 23.11º | 0.74% | 0.65% | - |
| XYZ | 19.61 | 15.49 | 4.24 | - |
| YUV | 107.07 | 91.85 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 43 | 0 | 0.45 | 0.74 | 0.35 | 23.11 | 0.59 | 0.41 |
| Hex | A5 | 5A | 2B | 0 | 2D | 4A | 23 | 17 | 3B | 29 |
| Octal | 245 | 132 | 53 | 0 | 55 | 112 | 43 | 27 | 73 | 51 |
| Binary | 10100101 | 1011010 | 101011 | 0 | 101101 | 1001010 | 100011 | 10111 | 111011 | 101001 |
Color Harmonies of #A55A2B
Complementary color
Monochromatic Colors of #A55A2B
Black with #A55A2B
Text Example
Text Example
White with #A55A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55A2B; }
p { color: rgb(165,90,43); }
H1.HeaderClassName
{
color: #A55A2B;
}
.AnyTagClassName
{
color: #A55A2B;
}
</style>
background-color css
<style>
a { background-color: #A55A2B; }
a { background-color: rgb(165,90,43); }
div.DivClassName
{
background-color: #A55A2B;
}
.BgClassName
{
background-color: #A55A2B;
}
</style>
border-color css
<style>
span { border-color: #A55A2B; }
span { border-color: rgb(165,90,43); }
td.TdClassName
{
border-color: #A55A2B;
}
.TagClassName
{
border-color: #A55A2B;
}
</style>