Shades of Brass #A4A440
Tints of Brass #A4A440
RGB
CMYK
RGB Variations
Color information
#A4A440 (or 0xA4A440) is known color: Brass. HEX triplet: A4, A4 and 40. RGB value is (164,164,64). Sum of RGB (Red+Green+Blue) = 164+164+64=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 164 - color contains mainly: red, green. Hex color #A4A440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A440 is #5B5BBF. Grayscale: #989898. Windows color (decimal): -5987264 or 4236452. OLE color: 4236452.
HSL color Cylindrical-coordinate representation of color #A4A440: hue angle of 60º 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 #A4A440 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 164 | 64 | - |
| CMYK | 0 | 0 | 0.61 | 0.36 |
| HSL | 60º | 0.44% | 0.45% | - |
| HSV(B) | 60º | 0.61% | 0.64% | - |
| XYZ | 29.51 | 34.81 | 10.01 | - |
| YUV | 152.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 164 | 64 | 0 | 0 | 0.61 | 0.36 | 60 | 0.44 | 0.45 |
| Hex | A4 | A4 | 40 | 0 | 0 | 3D | 24 | 3C | 2C | 2D |
| Octal | 244 | 244 | 100 | 0 | 0 | 75 | 44 | 74 | 54 | 55 |
| Binary | 10100100 | 10100100 | 1000000 | 0 | 0 | 111101 | 100100 | 111100 | 101100 | 101101 |
Color Harmonies of #A4A440
Complementary color
Monochromatic Colors of #A4A440
Black with #A4A440
Text Example
Text Example
White with #A4A440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A440; }
p { color: rgb(164,164,64); }
H1.HeaderClassName
{
color: #A4A440;
}
.AnyTagClassName
{
color: #A4A440;
}
</style>
background-color css
<style>
a { background-color: #A4A440; }
a { background-color: rgb(164,164,64); }
div.DivClassName
{
background-color: #A4A440;
}
.BgClassName
{
background-color: #A4A440;
}
</style>
border-color css
<style>
span { border-color: #A4A440; }
span { border-color: rgb(164,164,64); }
td.TdClassName
{
border-color: #A4A440;
}
.TagClassName
{
border-color: #A4A440;
}
</style>