Shades of Brass #A6A632
Tints of Brass #A6A632
RGB
CMYK
RGB Variations
Color information
#A6A632 (or 0xA6A632) is known color: Brass. HEX triplet: A6, A6 and 32. RGB value is (166,166,50). Sum of RGB (Red+Green+Blue) = 166+166+50=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A632 is #5959CD. Grayscale: #999999. Windows color (decimal): -5855694 or 3319462. OLE color: 3319462.
HSL color Cylindrical-coordinate representation of color #A6A632: hue angle of 60º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6A632 is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 166 | 50 | - |
| CMYK | 0 | 0 | 0.70 | 0.35 |
| HSL | 60º | 0.54% | 0.42% | - |
| HSV(B) | 60º | 0.7% | 0.65% | - |
| XYZ | 29.94 | 35.61 | 8.31 | - |
| YUV | 152.78 | 70 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 166 | 50 | 0 | 0 | 0.70 | 0.35 | 60 | 0.54 | 0.42 |
| Hex | A6 | A6 | 32 | 0 | 0 | 46 | 23 | 3C | 36 | 2A |
| Octal | 246 | 246 | 62 | 0 | 0 | 106 | 43 | 74 | 66 | 52 |
| Binary | 10100110 | 10100110 | 110010 | 0 | 0 | 1000110 | 100011 | 111100 | 110110 | 101010 |
Color Harmonies of #A6A632
Complementary color
Monochromatic Colors of #A6A632
Black with #A6A632
Text Example
Text Example
White with #A6A632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A632; }
p { color: rgb(166,166,50); }
H1.HeaderClassName
{
color: #A6A632;
}
.AnyTagClassName
{
color: #A6A632;
}
</style>
background-color css
<style>
a { background-color: #A6A632; }
a { background-color: rgb(166,166,50); }
div.DivClassName
{
background-color: #A6A632;
}
.BgClassName
{
background-color: #A6A632;
}
</style>
border-color css
<style>
span { border-color: #A6A632; }
span { border-color: rgb(166,166,50); }
td.TdClassName
{
border-color: #A6A632;
}
.TagClassName
{
border-color: #A6A632;
}
</style>