Shades of Brass #A6B039
Tints of Brass #A6B039
RGB
CMYK
RGB Variations
Color information
#A6B039 (or 0xA6B039) is known color: Brass. HEX triplet: A6, B0 and 39. RGB value is (166,176,57). Sum of RGB (Red+Green+Blue) = 166+176+57=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 57 (22.66% from 255 or 14.29% from 399); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B039 is #594FC6. Grayscale: #9F9F9F. Windows color (decimal): -5853127 or 3780774. OLE color: 3780774.
HSL color Cylindrical-coordinate representation of color #A6B039: hue angle of 65.04º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6B039 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 176 | 57 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.31 |
| HSL | 65.04º | 0.51% | 0.46% | - |
| HSV(B) | 65.04º | 0.68% | 0.69% | - |
| XYZ | 31.99 | 39.45 | 9.8 | - |
| YUV | 159.44 | 70.19 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 176 | 57 | 0.06 | 0 | 0.68 | 0.31 | 65.04 | 0.51 | 0.46 |
| Hex | A6 | B0 | 39 | 6 | 0 | 44 | 1F | 41 | 33 | 2E |
| Octal | 246 | 260 | 71 | 6 | 0 | 104 | 37 | 101 | 63 | 56 |
| Binary | 10100110 | 10110000 | 111001 | 110 | 0 | 1000100 | 11111 | 1000001 | 110011 | 101110 |
Color Harmonies of #A6B039
Complementary color
Monochromatic Colors of #A6B039
Black with #A6B039
Text Example
Text Example
White with #A6B039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B039; }
p { color: rgb(166,176,57); }
H1.HeaderClassName
{
color: #A6B039;
}
.AnyTagClassName
{
color: #A6B039;
}
</style>
background-color css
<style>
a { background-color: #A6B039; }
a { background-color: rgb(166,176,57); }
div.DivClassName
{
background-color: #A6B039;
}
.BgClassName
{
background-color: #A6B039;
}
</style>
border-color css
<style>
span { border-color: #A6B039; }
span { border-color: rgb(166,176,57); }
td.TdClassName
{
border-color: #A6B039;
}
.TagClassName
{
border-color: #A6B039;
}
</style>