Shades of Brass #A4A740
Tints of Brass #A4A740
RGB
CMYK
RGB Variations
Color information
#A4A740 (or 0xA4A740) is known color: Brass. HEX triplet: A4, A7 and 40. RGB value is (164,167,64). Sum of RGB (Red+Green+Blue) = 164+167+64=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A740 is #5B58BF. Grayscale: #9A9A9A. Windows color (decimal): -5986496 or 4237220. OLE color: 4237220.
HSL color Cylindrical-coordinate representation of color #A4A740: hue angle of 61.75º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4A740 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 167 | 64 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.35 |
| HSL | 61.75º | 0.45% | 0.45% | - |
| HSV(B) | 61.75º | 0.62% | 0.65% | - |
| XYZ | 30.05 | 35.9 | 10.2 | - |
| YUV | 154.36 | 77.01 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 167 | 64 | 0.02 | 0 | 0.62 | 0.35 | 61.75 | 0.45 | 0.45 |
| Hex | A4 | A7 | 40 | 2 | 0 | 3E | 23 | 3E | 2D | 2D |
| Octal | 244 | 247 | 100 | 2 | 0 | 76 | 43 | 76 | 55 | 55 |
| Binary | 10100100 | 10100111 | 1000000 | 10 | 0 | 111110 | 100011 | 111110 | 101101 | 101101 |
Color Harmonies of #A4A740
Complementary color
Monochromatic Colors of #A4A740
Black with #A4A740
Text Example
Text Example
White with #A4A740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A740; }
p { color: rgb(164,167,64); }
H1.HeaderClassName
{
color: #A4A740;
}
.AnyTagClassName
{
color: #A4A740;
}
</style>
background-color css
<style>
a { background-color: #A4A740; }
a { background-color: rgb(164,167,64); }
div.DivClassName
{
background-color: #A4A740;
}
.BgClassName
{
background-color: #A4A740;
}
</style>
border-color css
<style>
span { border-color: #A4A740; }
span { border-color: rgb(164,167,64); }
td.TdClassName
{
border-color: #A4A740;
}
.TagClassName
{
border-color: #A4A740;
}
</style>