Shades of Brass #A4A443
Tints of Brass #A4A443
RGB
CMYK
RGB Variations
Color information
#A4A443 (or 0xA4A443) is known color: Brass. HEX triplet: A4, A4 and 43. RGB value is (164,164,67). Sum of RGB (Red+Green+Blue) = 164+164+67=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 67 (26.56% from 255 or 16.96% from 395); Max value from RGB is 164 - color contains mainly: red, green. Hex color #A4A443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A443 is #5B5BBC. Grayscale: #999999. Windows color (decimal): -5987261 or 4433060. OLE color: 4433060.
HSL color Cylindrical-coordinate representation of color #A4A443: hue angle of 60º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A4A443 is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 164 | 67 | - |
| CMYK | 0 | 0 | 0.59 | 0.36 |
| HSL | 60º | 0.42% | 0.45% | - |
| HSV(B) | 60º | 0.59% | 0.64% | - |
| XYZ | 29.6 | 34.85 | 10.48 | - |
| YUV | 152.94 | 79.5 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 164 | 67 | 0 | 0 | 0.59 | 0.36 | 60 | 0.42 | 0.45 |
| Hex | A4 | A4 | 43 | 0 | 0 | 3B | 24 | 3C | 2A | 2D |
| Octal | 244 | 244 | 103 | 0 | 0 | 73 | 44 | 74 | 52 | 55 |
| Binary | 10100100 | 10100100 | 1000011 | 0 | 0 | 111011 | 100100 | 111100 | 101010 | 101101 |
Color Harmonies of #A4A443
Complementary color
Monochromatic Colors of #A4A443
Black with #A4A443
Text Example
Text Example
White with #A4A443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A443; }
p { color: rgb(164,164,67); }
H1.HeaderClassName
{
color: #A4A443;
}
.AnyTagClassName
{
color: #A4A443;
}
</style>
background-color css
<style>
a { background-color: #A4A443; }
a { background-color: rgb(164,164,67); }
div.DivClassName
{
background-color: #A4A443;
}
.BgClassName
{
background-color: #A4A443;
}
</style>
border-color css
<style>
span { border-color: #A4A443; }
span { border-color: rgb(164,164,67); }
td.TdClassName
{
border-color: #A4A443;
}
.TagClassName
{
border-color: #A4A443;
}
</style>