Shades of Brass #A6A03E
Tints of Brass #A6A03E
RGB
CMYK
RGB Variations
Color information
#A6A03E (or 0xA6A03E) is known color: Brass. HEX triplet: A6, A0 and 3E. RGB value is (166,160,62). Sum of RGB (Red+Green+Blue) = 166+160+62=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A03E is #595FC1. Grayscale: #979797. Windows color (decimal): -5857218 or 4104358. OLE color: 4104358.
HSL color Cylindrical-coordinate representation of color #A6A03E: hue angle of 56.54º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6A03E is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 62 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.35 |
| HSL | 56.54º | 0.46% | 0.45% | - |
| HSV(B) | 56.54º | 0.63% | 0.65% | - |
| XYZ | 29.17 | 33.6 | 9.5 | - |
| YUV | 150.62 | 77.99 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 62 | 0 | 0.04 | 0.63 | 0.35 | 56.54 | 0.46 | 0.45 |
| Hex | A6 | A0 | 3E | 0 | 4 | 3F | 23 | 39 | 2E | 2D |
| Octal | 246 | 240 | 76 | 0 | 4 | 77 | 43 | 71 | 56 | 55 |
| Binary | 10100110 | 10100000 | 111110 | 0 | 100 | 111111 | 100011 | 111001 | 101110 | 101101 |
Color Harmonies of #A6A03E
Complementary color
Monochromatic Colors of #A6A03E
Black with #A6A03E
Text Example
Text Example
White with #A6A03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A03E; }
p { color: rgb(166,160,62); }
H1.HeaderClassName
{
color: #A6A03E;
}
.AnyTagClassName
{
color: #A6A03E;
}
</style>
background-color css
<style>
a { background-color: #A6A03E; }
a { background-color: rgb(166,160,62); }
div.DivClassName
{
background-color: #A6A03E;
}
.BgClassName
{
background-color: #A6A03E;
}
</style>
border-color css
<style>
span { border-color: #A6A03E; }
span { border-color: rgb(166,160,62); }
td.TdClassName
{
border-color: #A6A03E;
}
.TagClassName
{
border-color: #A6A03E;
}
</style>