Shades of Brass #A7AC3C
Tints of Brass #A7AC3C
RGB
CMYK
RGB Variations
Color information
#A7AC3C (or 0xA7AC3C) is known color: Brass. HEX triplet: A7, AC and 3C. RGB value is (167,172,60). Sum of RGB (Red+Green+Blue) = 167+172+60=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AC3C is #5853C3. Grayscale: #9E9E9E. Windows color (decimal): -5788612 or 3976359. OLE color: 3976359.
HSL color Cylindrical-coordinate representation of color #A7AC3C: hue angle of 62.68º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A7AC3C is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 172 | 60 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.33 |
| HSL | 62.68º | 0.48% | 0.45% | - |
| HSV(B) | 62.68º | 0.65% | 0.67% | - |
| XYZ | 31.5 | 38.05 | 9.96 | - |
| YUV | 157.74 | 72.84 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 172 | 60 | 0.03 | 0 | 0.65 | 0.33 | 62.68 | 0.48 | 0.45 |
| Hex | A7 | AC | 3C | 3 | 0 | 41 | 21 | 3F | 30 | 2D |
| Octal | 247 | 254 | 74 | 3 | 0 | 101 | 41 | 77 | 60 | 55 |
| Binary | 10100111 | 10101100 | 111100 | 11 | 0 | 1000001 | 100001 | 111111 | 110000 | 101101 |
Color Harmonies of #A7AC3C
Complementary color
Monochromatic Colors of #A7AC3C
Black with #A7AC3C
Text Example
Text Example
White with #A7AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AC3C; }
p { color: rgb(167,172,60); }
H1.HeaderClassName
{
color: #A7AC3C;
}
.AnyTagClassName
{
color: #A7AC3C;
}
</style>
background-color css
<style>
a { background-color: #A7AC3C; }
a { background-color: rgb(167,172,60); }
div.DivClassName
{
background-color: #A7AC3C;
}
.BgClassName
{
background-color: #A7AC3C;
}
</style>
border-color css
<style>
span { border-color: #A7AC3C; }
span { border-color: rgb(167,172,60); }
td.TdClassName
{
border-color: #A7AC3C;
}
.TagClassName
{
border-color: #A7AC3C;
}
</style>