Shades of Brass #A6A04A
Tints of Brass #A6A04A
RGB
CMYK
RGB Variations
Color information
#A6A04A (or 0xA6A04A) is known color: Brass. HEX triplet: A6, A0 and 4A. RGB value is (166,160,74). Sum of RGB (Red+Green+Blue) = 166+160+74=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A04A is #595FB5. Grayscale: #989898. Windows color (decimal): -5857206 or 4890790. OLE color: 4890790.
HSL color Cylindrical-coordinate representation of color #A6A04A: hue angle of 56.09º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6A04A is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 74 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.35 |
| HSL | 56.09º | 0.38% | 0.47% | - |
| HSV(B) | 56.09º | 0.55% | 0.65% | - |
| XYZ | 29.53 | 33.74 | 11.44 | - |
| YUV | 151.99 | 83.99 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 74 | 0 | 0.04 | 0.55 | 0.35 | 56.09 | 0.38 | 0.47 |
| Hex | A6 | A0 | 4A | 0 | 4 | 37 | 23 | 38 | 26 | 2F |
| Octal | 246 | 240 | 112 | 0 | 4 | 67 | 43 | 70 | 46 | 57 |
| Binary | 10100110 | 10100000 | 1001010 | 0 | 100 | 110111 | 100011 | 111000 | 100110 | 101111 |
Color Harmonies of #A6A04A
Complementary color
Monochromatic Colors of #A6A04A
Black with #A6A04A
Text Example
Text Example
White with #A6A04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A04A; }
p { color: rgb(166,160,74); }
H1.HeaderClassName
{
color: #A6A04A;
}
.AnyTagClassName
{
color: #A6A04A;
}
</style>
background-color css
<style>
a { background-color: #A6A04A; }
a { background-color: rgb(166,160,74); }
div.DivClassName
{
background-color: #A6A04A;
}
.BgClassName
{
background-color: #A6A04A;
}
</style>
border-color css
<style>
span { border-color: #A6A04A; }
span { border-color: rgb(166,160,74); }
td.TdClassName
{
border-color: #A6A04A;
}
.TagClassName
{
border-color: #A6A04A;
}
</style>