Shades of Brass #A9A846
Tints of Brass #A9A846
RGB
CMYK
RGB Variations
Color information
#A9A846 (or 0xA9A846) is known color: Brass. HEX triplet: A9, A8 and 46. RGB value is (169,168,70). Sum of RGB (Red+Green+Blue) = 169+168+70=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A846 is #5657B9. Grayscale: #9D9D9D. Windows color (decimal): -5658554 or 4630697. OLE color: 4630697.
HSL color Cylindrical-coordinate representation of color #A9A846: hue angle of 59.39º 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 #A9A846 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 168 | 70 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.34 |
| HSL | 59.39º | 0.41% | 0.47% | - |
| HSV(B) | 59.39º | 0.59% | 0.66% | - |
| XYZ | 31.47 | 36.88 | 11.25 | - |
| YUV | 157.13 | 78.83 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 168 | 70 | 0 | 0.01 | 0.59 | 0.34 | 59.39 | 0.41 | 0.47 |
| Hex | A9 | A8 | 46 | 0 | 1 | 3B | 22 | 3B | 29 | 2F |
| Octal | 251 | 250 | 106 | 0 | 1 | 73 | 42 | 73 | 51 | 57 |
| Binary | 10101001 | 10101000 | 1000110 | 0 | 1 | 111011 | 100010 | 111011 | 101001 | 101111 |
Color Harmonies of #A9A846
Complementary color
Monochromatic Colors of #A9A846
Black with #A9A846
Text Example
Text Example
White with #A9A846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A846; }
p { color: rgb(169,168,70); }
H1.HeaderClassName
{
color: #A9A846;
}
.AnyTagClassName
{
color: #A9A846;
}
</style>
background-color css
<style>
a { background-color: #A9A846; }
a { background-color: rgb(169,168,70); }
div.DivClassName
{
background-color: #A9A846;
}
.BgClassName
{
background-color: #A9A846;
}
</style>
border-color css
<style>
span { border-color: #A9A846; }
span { border-color: rgb(169,168,70); }
td.TdClassName
{
border-color: #A9A846;
}
.TagClassName
{
border-color: #A9A846;
}
</style>