Shades of Brass #A6A038
Tints of Brass #A6A038
RGB
CMYK
RGB Variations
Color information
#A6A038 (or 0xA6A038) is known color: Brass. HEX triplet: A6, A0 and 38. RGB value is (166,160,56). Sum of RGB (Red+Green+Blue) = 166+160+56=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 56 (22.27% from 255 or 14.66% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A038 is #595FC7. Grayscale: #969696. Windows color (decimal): -5857224 or 3711142. OLE color: 3711142.
HSL color Cylindrical-coordinate representation of color #A6A038: hue angle of 56.73º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6A038 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 56 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.35 |
| HSL | 56.73º | 0.5% | 0.44% | - |
| HSV(B) | 56.73º | 0.66% | 0.65% | - |
| XYZ | 29.01 | 33.53 | 8.69 | - |
| YUV | 149.94 | 74.99 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 56 | 0 | 0.04 | 0.66 | 0.35 | 56.73 | 0.5 | 0.44 |
| Hex | A6 | A0 | 38 | 0 | 4 | 42 | 23 | 39 | 32 | 2C |
| Octal | 246 | 240 | 70 | 0 | 4 | 102 | 43 | 71 | 62 | 54 |
| Binary | 10100110 | 10100000 | 111000 | 0 | 100 | 1000010 | 100011 | 111001 | 110010 | 101100 |
Color Harmonies of #A6A038
Complementary color
Monochromatic Colors of #A6A038
Black with #A6A038
Text Example
Text Example
White with #A6A038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A038; }
p { color: rgb(166,160,56); }
H1.HeaderClassName
{
color: #A6A038;
}
.AnyTagClassName
{
color: #A6A038;
}
</style>
background-color css
<style>
a { background-color: #A6A038; }
a { background-color: rgb(166,160,56); }
div.DivClassName
{
background-color: #A6A038;
}
.BgClassName
{
background-color: #A6A038;
}
</style>
border-color css
<style>
span { border-color: #A6A038; }
span { border-color: rgb(166,160,56); }
td.TdClassName
{
border-color: #A6A038;
}
.TagClassName
{
border-color: #A6A038;
}
</style>