Shades of Brass #A4A150
Tints of Brass #A4A150
RGB
CMYK
RGB Variations
Color information
#A4A150 (or 0xA4A150) is known color: Brass. HEX triplet: A4, A1 and 50. RGB value is (164,161,80). Sum of RGB (Red+Green+Blue) = 164+161+80=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A150 is #5B5EAF. Grayscale: #989898. Windows color (decimal): -5988016 or 5284260. OLE color: 5284260.
HSL color Cylindrical-coordinate representation of color #A4A150: hue angle of 57.86º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4A150 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 161 | 80 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.36 |
| HSL | 57.86º | 0.34% | 0.48% | - |
| HSV(B) | 57.86º | 0.51% | 0.64% | - |
| XYZ | 29.5 | 33.96 | 12.59 | - |
| YUV | 152.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 161 | 80 | 0 | 0.02 | 0.51 | 0.36 | 57.86 | 0.34 | 0.48 |
| Hex | A4 | A1 | 50 | 0 | 2 | 33 | 24 | 3A | 22 | 30 |
| Octal | 244 | 241 | 120 | 0 | 2 | 63 | 44 | 72 | 42 | 60 |
| Binary | 10100100 | 10100001 | 1010000 | 0 | 10 | 110011 | 100100 | 111010 | 100010 | 110000 |
Color Harmonies of #A4A150
Complementary color
Monochromatic Colors of #A4A150
Black with #A4A150
Text Example
Text Example
White with #A4A150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A150; }
p { color: rgb(164,161,80); }
H1.HeaderClassName
{
color: #A4A150;
}
.AnyTagClassName
{
color: #A4A150;
}
</style>
background-color css
<style>
a { background-color: #A4A150; }
a { background-color: rgb(164,161,80); }
div.DivClassName
{
background-color: #A4A150;
}
.BgClassName
{
background-color: #A4A150;
}
</style>
border-color css
<style>
span { border-color: #A4A150; }
span { border-color: rgb(164,161,80); }
td.TdClassName
{
border-color: #A4A150;
}
.TagClassName
{
border-color: #A4A150;
}
</style>