Shades of Brass #A7B039
Tints of Brass #A7B039
RGB
CMYK
RGB Variations
Color information
#A7B039 (or 0xA7B039) is known color: Brass. HEX triplet: A7, B0 and 39. RGB value is (167,176,57). Sum of RGB (Red+Green+Blue) = 167+176+57=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 57 (22.66% from 255 or 14.25% from 400); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B039 is #584FC6. Grayscale: #A0A0A0. Windows color (decimal): -5787591 or 3780775. OLE color: 3780775.
HSL color Cylindrical-coordinate representation of color #A7B039: hue angle of 64.54º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A7B039 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 176 | 57 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.31 |
| HSL | 64.54º | 0.51% | 0.46% | - |
| HSV(B) | 64.54º | 0.68% | 0.69% | - |
| XYZ | 32.2 | 39.56 | 9.81 | - |
| YUV | 159.74 | 70.02 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 176 | 57 | 0.05 | 0 | 0.68 | 0.31 | 64.54 | 0.51 | 0.46 |
| Hex | A7 | B0 | 39 | 5 | 0 | 44 | 1F | 41 | 33 | 2E |
| Octal | 247 | 260 | 71 | 5 | 0 | 104 | 37 | 101 | 63 | 56 |
| Binary | 10100111 | 10110000 | 111001 | 101 | 0 | 1000100 | 11111 | 1000001 | 110011 | 101110 |
Color Harmonies of #A7B039
Complementary color
Monochromatic Colors of #A7B039
Black with #A7B039
Text Example
Text Example
White with #A7B039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B039; }
p { color: rgb(167,176,57); }
H1.HeaderClassName
{
color: #A7B039;
}
.AnyTagClassName
{
color: #A7B039;
}
</style>
background-color css
<style>
a { background-color: #A7B039; }
a { background-color: rgb(167,176,57); }
div.DivClassName
{
background-color: #A7B039;
}
.BgClassName
{
background-color: #A7B039;
}
</style>
border-color css
<style>
span { border-color: #A7B039; }
span { border-color: rgb(167,176,57); }
td.TdClassName
{
border-color: #A7B039;
}
.TagClassName
{
border-color: #A7B039;
}
</style>