Shades of Brass #A6A044
Tints of Brass #A6A044
RGB
CMYK
RGB Variations
Color information
#A6A044 (or 0xA6A044) is known color: Brass. HEX triplet: A6, A0 and 44. RGB value is (166,160,68). Sum of RGB (Red+Green+Blue) = 166+160+68=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A044 is #595FBB. Grayscale: #979797. Windows color (decimal): -5857212 or 4497574. OLE color: 4497574.
HSL color Cylindrical-coordinate representation of color #A6A044: hue angle of 56.33º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6A044 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 68 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.35 |
| HSL | 56.33º | 0.42% | 0.46% | - |
| HSV(B) | 56.33º | 0.59% | 0.65% | - |
| XYZ | 29.34 | 33.67 | 10.42 | - |
| YUV | 151.31 | 80.99 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 68 | 0 | 0.04 | 0.59 | 0.35 | 56.33 | 0.42 | 0.46 |
| Hex | A6 | A0 | 44 | 0 | 4 | 3B | 23 | 38 | 2A | 2E |
| Octal | 246 | 240 | 104 | 0 | 4 | 73 | 43 | 70 | 52 | 56 |
| Binary | 10100110 | 10100000 | 1000100 | 0 | 100 | 111011 | 100011 | 111000 | 101010 | 101110 |
Color Harmonies of #A6A044
Complementary color
Monochromatic Colors of #A6A044
Black with #A6A044
Text Example
Text Example
White with #A6A044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A044; }
p { color: rgb(166,160,68); }
H1.HeaderClassName
{
color: #A6A044;
}
.AnyTagClassName
{
color: #A6A044;
}
</style>
background-color css
<style>
a { background-color: #A6A044; }
a { background-color: rgb(166,160,68); }
div.DivClassName
{
background-color: #A6A044;
}
.BgClassName
{
background-color: #A6A044;
}
</style>
border-color css
<style>
span { border-color: #A6A044; }
span { border-color: rgb(166,160,68); }
td.TdClassName
{
border-color: #A6A044;
}
.TagClassName
{
border-color: #A6A044;
}
</style>