Shades of Brass #A6A048
Tints of Brass #A6A048
RGB
CMYK
RGB Variations
Color information
#A6A048 (or 0xA6A048) is known color: Brass. HEX triplet: A6, A0 and 48. RGB value is (166,160,72). Sum of RGB (Red+Green+Blue) = 166+160+72=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A048 is #595FB7. Grayscale: #989898. Windows color (decimal): -5857208 or 4759718. OLE color: 4759718.
HSL color Cylindrical-coordinate representation of color #A6A048: hue angle of 56.17º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6A048 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 72 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.35 |
| HSL | 56.17º | 0.39% | 0.47% | - |
| HSV(B) | 56.17º | 0.57% | 0.65% | - |
| XYZ | 29.47 | 33.72 | 11.09 | - |
| YUV | 151.76 | 82.99 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 72 | 0 | 0.04 | 0.57 | 0.35 | 56.17 | 0.39 | 0.47 |
| Hex | A6 | A0 | 48 | 0 | 4 | 39 | 23 | 38 | 27 | 2F |
| Octal | 246 | 240 | 110 | 0 | 4 | 71 | 43 | 70 | 47 | 57 |
| Binary | 10100110 | 10100000 | 1001000 | 0 | 100 | 111001 | 100011 | 111000 | 100111 | 101111 |
Color Harmonies of #A6A048
Complementary color
Monochromatic Colors of #A6A048
Black with #A6A048
Text Example
Text Example
White with #A6A048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A048; }
p { color: rgb(166,160,72); }
H1.HeaderClassName
{
color: #A6A048;
}
.AnyTagClassName
{
color: #A6A048;
}
</style>
background-color css
<style>
a { background-color: #A6A048; }
a { background-color: rgb(166,160,72); }
div.DivClassName
{
background-color: #A6A048;
}
.BgClassName
{
background-color: #A6A048;
}
</style>
border-color css
<style>
span { border-color: #A6A048; }
span { border-color: rgb(166,160,72); }
td.TdClassName
{
border-color: #A6A048;
}
.TagClassName
{
border-color: #A6A048;
}
</style>