Shades of Brass #A4A940
Tints of Brass #A4A940
RGB
CMYK
RGB Variations
Color information
#A4A940 (or 0xA4A940) is known color: Brass. HEX triplet: A4, A9 and 40. RGB value is (164,169,64). Sum of RGB (Red+Green+Blue) = 164+169+64=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A940 is #5B56BF. Grayscale: #9B9B9B. Windows color (decimal): -5985984 or 4237732. OLE color: 4237732.
HSL color Cylindrical-coordinate representation of color #A4A940: hue angle of 62.86º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4A940 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 169 | 64 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.34 |
| HSL | 62.86º | 0.45% | 0.46% | - |
| HSV(B) | 62.86º | 0.62% | 0.66% | - |
| XYZ | 30.42 | 36.64 | 10.32 | - |
| YUV | 155.54 | 76.34 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 169 | 64 | 0.03 | 0 | 0.62 | 0.34 | 62.86 | 0.45 | 0.46 |
| Hex | A4 | A9 | 40 | 3 | 0 | 3E | 22 | 3F | 2D | 2E |
| Octal | 244 | 251 | 100 | 3 | 0 | 76 | 42 | 77 | 55 | 56 |
| Binary | 10100100 | 10101001 | 1000000 | 11 | 0 | 111110 | 100010 | 111111 | 101101 | 101110 |
Color Harmonies of #A4A940
Complementary color
Monochromatic Colors of #A4A940
Black with #A4A940
Text Example
Text Example
White with #A4A940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A940; }
p { color: rgb(164,169,64); }
H1.HeaderClassName
{
color: #A4A940;
}
.AnyTagClassName
{
color: #A4A940;
}
</style>
background-color css
<style>
a { background-color: #A4A940; }
a { background-color: rgb(164,169,64); }
div.DivClassName
{
background-color: #A4A940;
}
.BgClassName
{
background-color: #A4A940;
}
</style>
border-color css
<style>
span { border-color: #A4A940; }
span { border-color: rgb(164,169,64); }
td.TdClassName
{
border-color: #A4A940;
}
.TagClassName
{
border-color: #A4A940;
}
</style>