Shades of Brass #A7B136
Tints of Brass #A7B136
RGB
CMYK
RGB Variations
Color information
#A7B136 (or 0xA7B136) is known color: Brass. HEX triplet: A7, B1 and 36. RGB value is (167,177,54). Sum of RGB (Red+Green+Blue) = 167+177+54=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 54 (21.48% from 255 or 13.57% from 398); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B136 is #584EC9. Grayscale: #A0A0A0. Windows color (decimal): -5787338 or 3584423. OLE color: 3584423.
HSL color Cylindrical-coordinate representation of color #A7B136: hue angle of 64.88º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A7B136 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 54 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.31 |
| HSL | 64.88º | 0.53% | 0.45% | - |
| HSV(B) | 64.88º | 0.69% | 0.69% | - |
| XYZ | 32.32 | 39.93 | 9.49 | - |
| YUV | 159.99 | 68.19 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 54 | 0.06 | 0 | 0.69 | 0.31 | 64.88 | 0.53 | 0.45 |
| Hex | A7 | B1 | 36 | 6 | 0 | 45 | 1F | 41 | 35 | 2D |
| Octal | 247 | 261 | 66 | 6 | 0 | 105 | 37 | 101 | 65 | 55 |
| Binary | 10100111 | 10110001 | 110110 | 110 | 0 | 1000101 | 11111 | 1000001 | 110101 | 101101 |
Color Harmonies of #A7B136
Complementary color
Monochromatic Colors of #A7B136
Black with #A7B136
Text Example
Text Example
White with #A7B136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B136; }
p { color: rgb(167,177,54); }
H1.HeaderClassName
{
color: #A7B136;
}
.AnyTagClassName
{
color: #A7B136;
}
</style>
background-color css
<style>
a { background-color: #A7B136; }
a { background-color: rgb(167,177,54); }
div.DivClassName
{
background-color: #A7B136;
}
.BgClassName
{
background-color: #A7B136;
}
</style>
border-color css
<style>
span { border-color: #A7B136; }
span { border-color: rgb(167,177,54); }
td.TdClassName
{
border-color: #A7B136;
}
.TagClassName
{
border-color: #A7B136;
}
</style>