Shades of Brass #A1A540
Tints of Brass #A1A540
RGB
CMYK
RGB Variations
Color information
#A1A540 (or 0xA1A540) is known color: Brass. HEX triplet: A1, A5 and 40. RGB value is (161,165,64). Sum of RGB (Red+Green+Blue) = 161+165+64=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A540 is #5E5ABF. Grayscale: #989898. Windows color (decimal): -6183616 or 4236705. OLE color: 4236705.
HSL color Cylindrical-coordinate representation of color #A1A540: hue angle of 62.38º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1A540 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 165 | 64 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.35 |
| HSL | 62.38º | 0.44% | 0.45% | - |
| HSV(B) | 62.38º | 0.61% | 0.65% | - |
| XYZ | 29.08 | 34.86 | 10.05 | - |
| YUV | 152.29 | 78.17 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 165 | 64 | 0.02 | 0 | 0.61 | 0.35 | 62.38 | 0.44 | 0.45 |
| Hex | A1 | A5 | 40 | 2 | 0 | 3D | 23 | 3E | 2C | 2D |
| Octal | 241 | 245 | 100 | 2 | 0 | 75 | 43 | 76 | 54 | 55 |
| Binary | 10100001 | 10100101 | 1000000 | 10 | 0 | 111101 | 100011 | 111110 | 101100 | 101101 |
Color Harmonies of #A1A540
Complementary color
Monochromatic Colors of #A1A540
Black with #A1A540
Text Example
Text Example
White with #A1A540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A540; }
p { color: rgb(161,165,64); }
H1.HeaderClassName
{
color: #A1A540;
}
.AnyTagClassName
{
color: #A1A540;
}
</style>
background-color css
<style>
a { background-color: #A1A540; }
a { background-color: rgb(161,165,64); }
div.DivClassName
{
background-color: #A1A540;
}
.BgClassName
{
background-color: #A1A540;
}
</style>
border-color css
<style>
span { border-color: #A1A540; }
span { border-color: rgb(161,165,64); }
td.TdClassName
{
border-color: #A1A540;
}
.TagClassName
{
border-color: #A1A540;
}
</style>