Shades of Rich Gold #A55A27
Tints of Rich Gold #A55A27
RGB
CMYK
RGB Variations
Color information
#A55A27 (or 0xA55A27) is known color: Rich Gold. HEX triplet: A5, 5A and 27. RGB value is (165,90,39). Sum of RGB (Red+Green+Blue) = 165+90+39=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55A27 is #5AA5D8. Grayscale: #6A6A6A. Windows color (decimal): -5940697 or 2579109. OLE color: 2579109.
HSL color Cylindrical-coordinate representation of color #A55A27: hue angle of 24.29º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A55A27 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 90 | 39 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.35 |
| HSL | 24.29º | 0.62% | 0.4% | - |
| HSV(B) | 24.29º | 0.76% | 0.65% | - |
| XYZ | 19.54 | 15.46 | 3.87 | - |
| YUV | 106.61 | 89.85 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 39 | 0 | 0.45 | 0.76 | 0.35 | 24.29 | 0.62 | 0.4 |
| Hex | A5 | 5A | 27 | 0 | 2D | 4C | 23 | 18 | 3E | 28 |
| Octal | 245 | 132 | 47 | 0 | 55 | 114 | 43 | 30 | 76 | 50 |
| Binary | 10100101 | 1011010 | 100111 | 0 | 101101 | 1001100 | 100011 | 11000 | 111110 | 101000 |
Color Harmonies of #A55A27
Complementary color
Monochromatic Colors of #A55A27
Black with #A55A27
Text Example
Text Example
White with #A55A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55A27; }
p { color: rgb(165,90,39); }
H1.HeaderClassName
{
color: #A55A27;
}
.AnyTagClassName
{
color: #A55A27;
}
</style>
background-color css
<style>
a { background-color: #A55A27; }
a { background-color: rgb(165,90,39); }
div.DivClassName
{
background-color: #A55A27;
}
.BgClassName
{
background-color: #A55A27;
}
</style>
border-color css
<style>
span { border-color: #A55A27; }
span { border-color: rgb(165,90,39); }
td.TdClassName
{
border-color: #A55A27;
}
.TagClassName
{
border-color: #A55A27;
}
</style>