Shades of Brass #A6A04B
Tints of Brass #A6A04B
RGB
CMYK
RGB Variations
Color information
#A6A04B (or 0xA6A04B) is known color: Brass. HEX triplet: A6, A0 and 4B. RGB value is (166,160,75). Sum of RGB (Red+Green+Blue) = 166+160+75=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A04B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A04B is #595FB4. Grayscale: #989898. Windows color (decimal): -5857205 or 4956326. OLE color: 4956326.
HSL color Cylindrical-coordinate representation of color #A6A04B: hue angle of 56.04º 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 #A6A04B is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 75 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.35 |
| HSL | 56.04º | 0.38% | 0.47% | - |
| HSV(B) | 56.04º | 0.55% | 0.65% | - |
| XYZ | 29.57 | 33.76 | 11.61 | - |
| YUV | 152.1 | 84.49 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 75 | 0 | 0.04 | 0.55 | 0.35 | 56.04 | 0.38 | 0.47 |
| Hex | A6 | A0 | 4B | 0 | 4 | 37 | 23 | 38 | 26 | 2F |
| Octal | 246 | 240 | 113 | 0 | 4 | 67 | 43 | 70 | 46 | 57 |
| Binary | 10100110 | 10100000 | 1001011 | 0 | 100 | 110111 | 100011 | 111000 | 100110 | 101111 |
Color Harmonies of #A6A04B
Complementary color
Monochromatic Colors of #A6A04B
Black with #A6A04B
Text Example
Text Example
White with #A6A04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A04B; }
p { color: rgb(166,160,75); }
H1.HeaderClassName
{
color: #A6A04B;
}
.AnyTagClassName
{
color: #A6A04B;
}
</style>
background-color css
<style>
a { background-color: #A6A04B; }
a { background-color: rgb(166,160,75); }
div.DivClassName
{
background-color: #A6A04B;
}
.BgClassName
{
background-color: #A6A04B;
}
</style>
border-color css
<style>
span { border-color: #A6A04B; }
span { border-color: rgb(166,160,75); }
td.TdClassName
{
border-color: #A6A04B;
}
.TagClassName
{
border-color: #A6A04B;
}
</style>