Shades of Brass #A7AC3A
Tints of Brass #A7AC3A
RGB
CMYK
RGB Variations
Color information
#A7AC3A (or 0xA7AC3A) is known color: Brass. HEX triplet: A7, AC and 3A. RGB value is (167,172,58). Sum of RGB (Red+Green+Blue) = 167+172+58=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AC3A is #5853C5. Grayscale: #9D9D9D. Windows color (decimal): -5788614 or 3845287. OLE color: 3845287.
HSL color Cylindrical-coordinate representation of color #A7AC3A: hue angle of 62.63º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A7AC3A is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 172 | 58 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.33 |
| HSL | 62.63º | 0.5% | 0.45% | - |
| HSV(B) | 62.63º | 0.66% | 0.67% | - |
| XYZ | 31.45 | 38.03 | 9.69 | - |
| YUV | 157.51 | 71.84 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 172 | 58 | 0.03 | 0 | 0.66 | 0.33 | 62.63 | 0.5 | 0.45 |
| Hex | A7 | AC | 3A | 3 | 0 | 42 | 21 | 3F | 32 | 2D |
| Octal | 247 | 254 | 72 | 3 | 0 | 102 | 41 | 77 | 62 | 55 |
| Binary | 10100111 | 10101100 | 111010 | 11 | 0 | 1000010 | 100001 | 111111 | 110010 | 101101 |
Color Harmonies of #A7AC3A
Complementary color
Monochromatic Colors of #A7AC3A
Black with #A7AC3A
Text Example
Text Example
White with #A7AC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AC3A; }
p { color: rgb(167,172,58); }
H1.HeaderClassName
{
color: #A7AC3A;
}
.AnyTagClassName
{
color: #A7AC3A;
}
</style>
background-color css
<style>
a { background-color: #A7AC3A; }
a { background-color: rgb(167,172,58); }
div.DivClassName
{
background-color: #A7AC3A;
}
.BgClassName
{
background-color: #A7AC3A;
}
</style>
border-color css
<style>
span { border-color: #A7AC3A; }
span { border-color: rgb(167,172,58); }
td.TdClassName
{
border-color: #A7AC3A;
}
.TagClassName
{
border-color: #A7AC3A;
}
</style>