Shades of Brass #A5A036
Tints of Brass #A5A036
RGB
CMYK
RGB Variations
Color information
#A5A036 (or 0xA5A036) is known color: Brass. HEX triplet: A5, A0 and 36. RGB value is (165,160,54). Sum of RGB (Red+Green+Blue) = 165+160+54=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A036 is #5A5FC9. Grayscale: #959595. Windows color (decimal): -5922762 or 3580069. OLE color: 3580069.
HSL color Cylindrical-coordinate representation of color #A5A036: hue angle of 57.3º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5A036 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 160 | 54 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.35 |
| HSL | 57.3º | 0.51% | 0.43% | - |
| HSV(B) | 57.3º | 0.67% | 0.65% | - |
| XYZ | 28.75 | 33.41 | 8.42 | - |
| YUV | 149.41 | 74.16 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 160 | 54 | 0 | 0.03 | 0.67 | 0.35 | 57.3 | 0.51 | 0.43 |
| Hex | A5 | A0 | 36 | 0 | 3 | 43 | 23 | 39 | 33 | 2B |
| Octal | 245 | 240 | 66 | 0 | 3 | 103 | 43 | 71 | 63 | 53 |
| Binary | 10100101 | 10100000 | 110110 | 0 | 11 | 1000011 | 100011 | 111001 | 110011 | 101011 |
Color Harmonies of #A5A036
Complementary color
Monochromatic Colors of #A5A036
Black with #A5A036
Text Example
Text Example
White with #A5A036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A036; }
p { color: rgb(165,160,54); }
H1.HeaderClassName
{
color: #A5A036;
}
.AnyTagClassName
{
color: #A5A036;
}
</style>
background-color css
<style>
a { background-color: #A5A036; }
a { background-color: rgb(165,160,54); }
div.DivClassName
{
background-color: #A5A036;
}
.BgClassName
{
background-color: #A5A036;
}
</style>
border-color css
<style>
span { border-color: #A5A036; }
span { border-color: rgb(165,160,54); }
td.TdClassName
{
border-color: #A5A036;
}
.TagClassName
{
border-color: #A5A036;
}
</style>