Shades of Brass #A1A440
Tints of Brass #A1A440
RGB
CMYK
RGB Variations
Color information
#A1A440 (or 0xA1A440) is known color: Brass. HEX triplet: A1, A4 and 40. RGB value is (161,164,64). Sum of RGB (Red+Green+Blue) = 161+164+64=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A440 is #5E5BBF. Grayscale: #989898. Windows color (decimal): -6183872 or 4236449. OLE color: 4236449.
HSL color Cylindrical-coordinate representation of color #A1A440: hue angle of 61.8º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1A440 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 164 | 64 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.36 |
| HSL | 61.8º | 0.44% | 0.45% | - |
| HSV(B) | 61.8º | 0.61% | 0.64% | - |
| XYZ | 28.9 | 34.5 | 9.99 | - |
| YUV | 151.7 | 78.51 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 164 | 64 | 0.02 | 0 | 0.61 | 0.36 | 61.8 | 0.44 | 0.45 |
| Hex | A1 | A4 | 40 | 2 | 0 | 3D | 24 | 3E | 2C | 2D |
| Octal | 241 | 244 | 100 | 2 | 0 | 75 | 44 | 76 | 54 | 55 |
| Binary | 10100001 | 10100100 | 1000000 | 10 | 0 | 111101 | 100100 | 111110 | 101100 | 101101 |
Color Harmonies of #A1A440
Complementary color
Monochromatic Colors of #A1A440
Black with #A1A440
Text Example
Text Example
White with #A1A440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A440; }
p { color: rgb(161,164,64); }
H1.HeaderClassName
{
color: #A1A440;
}
.AnyTagClassName
{
color: #A1A440;
}
</style>
background-color css
<style>
a { background-color: #A1A440; }
a { background-color: rgb(161,164,64); }
div.DivClassName
{
background-color: #A1A440;
}
.BgClassName
{
background-color: #A1A440;
}
</style>
border-color css
<style>
span { border-color: #A1A440; }
span { border-color: rgb(161,164,64); }
td.TdClassName
{
border-color: #A1A440;
}
.TagClassName
{
border-color: #A1A440;
}
</style>