Shades of Brass #A7B139
Tints of Brass #A7B139
RGB
CMYK
RGB Variations
Color information
#A7B139 (or 0xA7B139) is known color: Brass. HEX triplet: A7, B1 and 39. RGB value is (167,177,57). Sum of RGB (Red+Green+Blue) = 167+177+57=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 57 (22.66% from 255 or 14.21% from 401); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B139 is #584EC6. Grayscale: #A0A0A0. Windows color (decimal): -5787335 or 3781031. OLE color: 3781031.
HSL color Cylindrical-coordinate representation of color #A7B139: hue angle of 65º 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 #A7B139 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 57 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.31 |
| HSL | 65º | 0.51% | 0.46% | - |
| HSV(B) | 65º | 0.68% | 0.69% | - |
| XYZ | 32.4 | 39.96 | 9.88 | - |
| YUV | 160.33 | 69.69 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 57 | 0.06 | 0 | 0.68 | 0.31 | 65 | 0.51 | 0.46 |
| Hex | A7 | B1 | 39 | 6 | 0 | 44 | 1F | 41 | 33 | 2E |
| Octal | 247 | 261 | 71 | 6 | 0 | 104 | 37 | 101 | 63 | 56 |
| Binary | 10100111 | 10110001 | 111001 | 110 | 0 | 1000100 | 11111 | 1000001 | 110011 | 101110 |
Color Harmonies of #A7B139
Complementary color
Monochromatic Colors of #A7B139
Black with #A7B139
Text Example
Text Example
White with #A7B139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B139; }
p { color: rgb(167,177,57); }
H1.HeaderClassName
{
color: #A7B139;
}
.AnyTagClassName
{
color: #A7B139;
}
</style>
background-color css
<style>
a { background-color: #A7B139; }
a { background-color: rgb(167,177,57); }
div.DivClassName
{
background-color: #A7B139;
}
.BgClassName
{
background-color: #A7B139;
}
</style>
border-color css
<style>
span { border-color: #A7B139; }
span { border-color: rgb(167,177,57); }
td.TdClassName
{
border-color: #A7B139;
}
.TagClassName
{
border-color: #A7B139;
}
</style>