Shades of Brass #A9A646
Tints of Brass #A9A646
RGB
CMYK
RGB Variations
Color information
#A9A646 (or 0xA9A646) is known color: Brass. HEX triplet: A9, A6 and 46. RGB value is (169,166,70). Sum of RGB (Red+Green+Blue) = 169+166+70=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A646 is #5659B9. Grayscale: #9C9C9C. Windows color (decimal): -5659066 or 4630185. OLE color: 4630185.
HSL color Cylindrical-coordinate representation of color #A9A646: hue angle of 58.18º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A9A646 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 166 | 70 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.34 |
| HSL | 58.18º | 0.41% | 0.47% | - |
| HSV(B) | 58.18º | 0.59% | 0.66% | - |
| XYZ | 31.1 | 36.15 | 11.13 | - |
| YUV | 155.95 | 79.49 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 166 | 70 | 0 | 0.02 | 0.59 | 0.34 | 58.18 | 0.41 | 0.47 |
| Hex | A9 | A6 | 46 | 0 | 2 | 3B | 22 | 3A | 29 | 2F |
| Octal | 251 | 246 | 106 | 0 | 2 | 73 | 42 | 72 | 51 | 57 |
| Binary | 10101001 | 10100110 | 1000110 | 0 | 10 | 111011 | 100010 | 111010 | 101001 | 101111 |
Color Harmonies of #A9A646
Complementary color
Monochromatic Colors of #A9A646
Black with #A9A646
Text Example
Text Example
White with #A9A646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A646; }
p { color: rgb(169,166,70); }
H1.HeaderClassName
{
color: #A9A646;
}
.AnyTagClassName
{
color: #A9A646;
}
</style>
background-color css
<style>
a { background-color: #A9A646; }
a { background-color: rgb(169,166,70); }
div.DivClassName
{
background-color: #A9A646;
}
.BgClassName
{
background-color: #A9A646;
}
</style>
border-color css
<style>
span { border-color: #A9A646; }
span { border-color: rgb(169,166,70); }
td.TdClassName
{
border-color: #A9A646;
}
.TagClassName
{
border-color: #A9A646;
}
</style>