Shades of Brass #A7A636
Tints of Brass #A7A636
RGB
CMYK
RGB Variations
Color information
#A7A636 (or 0xA7A636) is known color: Brass. HEX triplet: A7, A6 and 36. RGB value is (167,166,54). Sum of RGB (Red+Green+Blue) = 167+166+54=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 54 (21.48% from 255 or 13.95% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A636 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A636 is #5859C9. Grayscale: #999999. Windows color (decimal): -5790154 or 3581607. OLE color: 3581607.
HSL color Cylindrical-coordinate representation of color #A7A636: hue angle of 59.47º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A7A636 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 166 | 54 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.35 |
| HSL | 59.47º | 0.51% | 0.43% | - |
| HSV(B) | 59.47º | 0.68% | 0.65% | - |
| XYZ | 30.24 | 35.75 | 8.8 | - |
| YUV | 153.53 | 71.83 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 166 | 54 | 0 | 0.01 | 0.68 | 0.35 | 59.47 | 0.51 | 0.43 |
| Hex | A7 | A6 | 36 | 0 | 1 | 44 | 23 | 3B | 33 | 2B |
| Octal | 247 | 246 | 66 | 0 | 1 | 104 | 43 | 73 | 63 | 53 |
| Binary | 10100111 | 10100110 | 110110 | 0 | 1 | 1000100 | 100011 | 111011 | 110011 | 101011 |
Color Harmonies of #A7A636
Complementary color
Monochromatic Colors of #A7A636
Black with #A7A636
Text Example
Text Example
White with #A7A636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A636; }
p { color: rgb(167,166,54); }
H1.HeaderClassName
{
color: #A7A636;
}
.AnyTagClassName
{
color: #A7A636;
}
</style>
background-color css
<style>
a { background-color: #A7A636; }
a { background-color: rgb(167,166,54); }
div.DivClassName
{
background-color: #A7A636;
}
.BgClassName
{
background-color: #A7A636;
}
</style>
border-color css
<style>
span { border-color: #A7A636; }
span { border-color: rgb(167,166,54); }
td.TdClassName
{
border-color: #A7A636;
}
.TagClassName
{
border-color: #A7A636;
}
</style>