Shades of Brass #A7B135
Tints of Brass #A7B135
RGB
CMYK
RGB Variations
Color information
#A7B135 (or 0xA7B135) is known color: Brass. HEX triplet: A7, B1 and 35. RGB value is (167,177,53). Sum of RGB (Red+Green+Blue) = 167+177+53=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 53 (21.09% from 255 or 13.35% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B135 is #584ECA. Grayscale: #A0A0A0. Windows color (decimal): -5787339 or 3518887. OLE color: 3518887.
HSL color Cylindrical-coordinate representation of color #A7B135: hue angle of 64.84º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A7B135 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 53 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.31 |
| HSL | 64.84º | 0.54% | 0.45% | - |
| HSV(B) | 64.84º | 0.7% | 0.69% | - |
| XYZ | 32.3 | 39.92 | 9.37 | - |
| YUV | 159.87 | 67.69 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 53 | 0.06 | 0 | 0.70 | 0.31 | 64.84 | 0.54 | 0.45 |
| Hex | A7 | B1 | 35 | 6 | 0 | 46 | 1F | 41 | 36 | 2D |
| Octal | 247 | 261 | 65 | 6 | 0 | 106 | 37 | 101 | 66 | 55 |
| Binary | 10100111 | 10110001 | 110101 | 110 | 0 | 1000110 | 11111 | 1000001 | 110110 | 101101 |
Color Harmonies of #A7B135
Complementary color
Monochromatic Colors of #A7B135
Black with #A7B135
Text Example
Text Example
White with #A7B135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B135; }
p { color: rgb(167,177,53); }
H1.HeaderClassName
{
color: #A7B135;
}
.AnyTagClassName
{
color: #A7B135;
}
</style>
background-color css
<style>
a { background-color: #A7B135; }
a { background-color: rgb(167,177,53); }
div.DivClassName
{
background-color: #A7B135;
}
.BgClassName
{
background-color: #A7B135;
}
</style>
border-color css
<style>
span { border-color: #A7B135; }
span { border-color: rgb(167,177,53); }
td.TdClassName
{
border-color: #A7B135;
}
.TagClassName
{
border-color: #A7B135;
}
</style>