Shades of Brass #A5A048
Tints of Brass #A5A048
RGB
CMYK
RGB Variations
Color information
#A5A048 (or 0xA5A048) is known color: Brass. HEX triplet: A5, A0 and 48. RGB value is (165,160,72). Sum of RGB (Red+Green+Blue) = 165+160+72=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A048 is #5A5FB7. Grayscale: #979797. Windows color (decimal): -5922744 or 4759717. OLE color: 4759717.
HSL color Cylindrical-coordinate representation of color #A5A048: hue angle of 56.77º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5A048 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 160 | 72 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.35 |
| HSL | 56.77º | 0.39% | 0.46% | - |
| HSV(B) | 56.77º | 0.56% | 0.65% | - |
| XYZ | 29.26 | 33.61 | 11.08 | - |
| YUV | 151.46 | 83.16 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 160 | 72 | 0 | 0.03 | 0.56 | 0.35 | 56.77 | 0.39 | 0.46 |
| Hex | A5 | A0 | 48 | 0 | 3 | 38 | 23 | 39 | 27 | 2E |
| Octal | 245 | 240 | 110 | 0 | 3 | 70 | 43 | 71 | 47 | 56 |
| Binary | 10100101 | 10100000 | 1001000 | 0 | 11 | 111000 | 100011 | 111001 | 100111 | 101110 |
Color Harmonies of #A5A048
Complementary color
Monochromatic Colors of #A5A048
Black with #A5A048
Text Example
Text Example
White with #A5A048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A048; }
p { color: rgb(165,160,72); }
H1.HeaderClassName
{
color: #A5A048;
}
.AnyTagClassName
{
color: #A5A048;
}
</style>
background-color css
<style>
a { background-color: #A5A048; }
a { background-color: rgb(165,160,72); }
div.DivClassName
{
background-color: #A5A048;
}
.BgClassName
{
background-color: #A5A048;
}
</style>
border-color css
<style>
span { border-color: #A5A048; }
span { border-color: rgb(165,160,72); }
td.TdClassName
{
border-color: #A5A048;
}
.TagClassName
{
border-color: #A5A048;
}
</style>