Shades of Brass #A7A437
Tints of Brass #A7A437
RGB
CMYK
RGB Variations
Color information
#A7A437 (or 0xA7A437) is known color: Brass. HEX triplet: A7, A4 and 37. RGB value is (167,164,55). Sum of RGB (Red+Green+Blue) = 167+164+55=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 55 (21.88% from 255 or 14.25% from 386); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A437 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A437 is #585BC8. Grayscale: #989898. Windows color (decimal): -5790665 or 3646631. OLE color: 3646631.
HSL color Cylindrical-coordinate representation of color #A7A437: hue angle of 58.39º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A7A437 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 164 | 55 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.35 |
| HSL | 58.39º | 0.5% | 0.44% | - |
| HSV(B) | 58.39º | 0.67% | 0.65% | - |
| XYZ | 29.9 | 35.04 | 8.8 | - |
| YUV | 152.47 | 72.99 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 164 | 55 | 0 | 0.02 | 0.67 | 0.35 | 58.39 | 0.5 | 0.44 |
| Hex | A7 | A4 | 37 | 0 | 2 | 43 | 23 | 3A | 32 | 2C |
| Octal | 247 | 244 | 67 | 0 | 2 | 103 | 43 | 72 | 62 | 54 |
| Binary | 10100111 | 10100100 | 110111 | 0 | 10 | 1000011 | 100011 | 111010 | 110010 | 101100 |
Color Harmonies of #A7A437
Complementary color
Monochromatic Colors of #A7A437
Black with #A7A437
Text Example
Text Example
White with #A7A437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A437; }
p { color: rgb(167,164,55); }
H1.HeaderClassName
{
color: #A7A437;
}
.AnyTagClassName
{
color: #A7A437;
}
</style>
background-color css
<style>
a { background-color: #A7A437; }
a { background-color: rgb(167,164,55); }
div.DivClassName
{
background-color: #A7A437;
}
.BgClassName
{
background-color: #A7A437;
}
</style>
border-color css
<style>
span { border-color: #A7A437; }
span { border-color: rgb(167,164,55); }
td.TdClassName
{
border-color: #A7A437;
}
.TagClassName
{
border-color: #A7A437;
}
</style>