Shades of Brass #A7B03C
Tints of Brass #A7B03C
RGB
CMYK
RGB Variations
Color information
#A7B03C (or 0xA7B03C) is known color: Brass. HEX triplet: A7, B0 and 3C. RGB value is (167,176,60). Sum of RGB (Red+Green+Blue) = 167+176+60=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B03C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B03C is #584FC3. Grayscale: #A0A0A0. Windows color (decimal): -5787588 or 3977383. OLE color: 3977383.
HSL color Cylindrical-coordinate representation of color #A7B03C: hue angle of 64.66º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A7B03C is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 176 | 60 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.31 |
| HSL | 64.66º | 0.49% | 0.46% | - |
| HSV(B) | 64.66º | 0.66% | 0.69% | - |
| XYZ | 32.28 | 39.59 | 10.22 | - |
| YUV | 160.09 | 71.52 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 176 | 60 | 0.05 | 0 | 0.66 | 0.31 | 64.66 | 0.49 | 0.46 |
| Hex | A7 | B0 | 3C | 5 | 0 | 42 | 1F | 41 | 31 | 2E |
| Octal | 247 | 260 | 74 | 5 | 0 | 102 | 37 | 101 | 61 | 56 |
| Binary | 10100111 | 10110000 | 111100 | 101 | 0 | 1000010 | 11111 | 1000001 | 110001 | 101110 |
Color Harmonies of #A7B03C
Complementary color
Monochromatic Colors of #A7B03C
Black with #A7B03C
Text Example
Text Example
White with #A7B03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B03C; }
p { color: rgb(167,176,60); }
H1.HeaderClassName
{
color: #A7B03C;
}
.AnyTagClassName
{
color: #A7B03C;
}
</style>
background-color css
<style>
a { background-color: #A7B03C; }
a { background-color: rgb(167,176,60); }
div.DivClassName
{
background-color: #A7B03C;
}
.BgClassName
{
background-color: #A7B03C;
}
</style>
border-color css
<style>
span { border-color: #A7B03C; }
span { border-color: rgb(167,176,60); }
td.TdClassName
{
border-color: #A7B03C;
}
.TagClassName
{
border-color: #A7B03C;
}
</style>