Shades of Brass #A7B138
Tints of Brass #A7B138
RGB
CMYK
RGB Variations
Color information
#A7B138 (or 0xA7B138) is known color: Brass. HEX triplet: A7, B1 and 38. RGB value is (167,177,56). Sum of RGB (Red+Green+Blue) = 167+177+56=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B138 is #584EC7. Grayscale: #A0A0A0. Windows color (decimal): -5787336 or 3715495. OLE color: 3715495.
HSL color Cylindrical-coordinate representation of color #A7B138: hue angle of 64.96º degrees, saturation: 0.52, 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 #A7B138 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 56 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.31 |
| HSL | 64.96º | 0.52% | 0.46% | - |
| HSV(B) | 64.96º | 0.68% | 0.69% | - |
| XYZ | 32.37 | 39.95 | 9.75 | - |
| YUV | 160.22 | 69.19 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 56 | 0.06 | 0 | 0.68 | 0.31 | 64.96 | 0.52 | 0.46 |
| Hex | A7 | B1 | 38 | 6 | 0 | 44 | 1F | 41 | 34 | 2E |
| Octal | 247 | 261 | 70 | 6 | 0 | 104 | 37 | 101 | 64 | 56 |
| Binary | 10100111 | 10110001 | 111000 | 110 | 0 | 1000100 | 11111 | 1000001 | 110100 | 101110 |
Color Harmonies of #A7B138
Complementary color
Monochromatic Colors of #A7B138
Black with #A7B138
Text Example
Text Example
White with #A7B138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B138; }
p { color: rgb(167,177,56); }
H1.HeaderClassName
{
color: #A7B138;
}
.AnyTagClassName
{
color: #A7B138;
}
</style>
background-color css
<style>
a { background-color: #A7B138; }
a { background-color: rgb(167,177,56); }
div.DivClassName
{
background-color: #A7B138;
}
.BgClassName
{
background-color: #A7B138;
}
</style>
border-color css
<style>
span { border-color: #A7B138; }
span { border-color: rgb(167,177,56); }
td.TdClassName
{
border-color: #A7B138;
}
.TagClassName
{
border-color: #A7B138;
}
</style>