Shades of Brass #A9B239
Tints of Brass #A9B239
RGB
CMYK
RGB Variations
Color information
#A9B239 (or 0xA9B239) is known color: Brass. HEX triplet: A9, B2 and 39. RGB value is (169,178,57). Sum of RGB (Red+Green+Blue) = 169+178+57=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 57 (22.66% from 255 or 14.11% from 404); Max value from RGB is 178 - color contains mainly: green. Hex color #A9B239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9B239 is #564DC6. Grayscale: #A1A1A1. Windows color (decimal): -5656007 or 3781289. OLE color: 3781289.
HSL color Cylindrical-coordinate representation of color #A9B239: hue angle of 64.46º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A9B239 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 178 | 57 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.30 |
| HSL | 64.46º | 0.51% | 0.46% | - |
| HSV(B) | 64.46º | 0.68% | 0.7% | - |
| XYZ | 33.02 | 40.57 | 9.96 | - |
| YUV | 161.52 | 69.02 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 178 | 57 | 0.05 | 0 | 0.68 | 0.30 | 64.46 | 0.51 | 0.46 |
| Hex | A9 | B2 | 39 | 5 | 0 | 44 | 1E | 40 | 33 | 2E |
| Octal | 251 | 262 | 71 | 5 | 0 | 104 | 36 | 100 | 63 | 56 |
| Binary | 10101001 | 10110010 | 111001 | 101 | 0 | 1000100 | 11110 | 1000000 | 110011 | 101110 |
Color Harmonies of #A9B239
Complementary color
Monochromatic Colors of #A9B239
Black with #A9B239
Text Example
Text Example
White with #A9B239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B239; }
p { color: rgb(169,178,57); }
H1.HeaderClassName
{
color: #A9B239;
}
.AnyTagClassName
{
color: #A9B239;
}
</style>
background-color css
<style>
a { background-color: #A9B239; }
a { background-color: rgb(169,178,57); }
div.DivClassName
{
background-color: #A9B239;
}
.BgClassName
{
background-color: #A9B239;
}
</style>
border-color css
<style>
span { border-color: #A9B239; }
span { border-color: rgb(169,178,57); }
td.TdClassName
{
border-color: #A9B239;
}
.TagClassName
{
border-color: #A9B239;
}
</style>