Shades of Brass #A1AA46
Tints of Brass #A1AA46
RGB
CMYK
RGB Variations
Color information
#A1AA46 (or 0xA1AA46) is known color: Brass. HEX triplet: A1, AA and 46. RGB value is (161,170,70). Sum of RGB (Red+Green+Blue) = 161+170+70=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AA46 is #5E55B9. Grayscale: #9C9C9C. Windows color (decimal): -6182330 or 4631201. OLE color: 4631201.
HSL color Cylindrical-coordinate representation of color #A1AA46: hue angle of 65.4º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1AA46 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 70 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.33 |
| HSL | 65.4º | 0.42% | 0.47% | - |
| HSV(B) | 65.4º | 0.59% | 0.67% | - |
| XYZ | 30.18 | 36.77 | 11.3 | - |
| YUV | 155.91 | 79.52 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 70 | 0.05 | 0 | 0.59 | 0.33 | 65.4 | 0.42 | 0.47 |
| Hex | A1 | AA | 46 | 5 | 0 | 3B | 21 | 41 | 2A | 2F |
| Octal | 241 | 252 | 106 | 5 | 0 | 73 | 41 | 101 | 52 | 57 |
| Binary | 10100001 | 10101010 | 1000110 | 101 | 0 | 111011 | 100001 | 1000001 | 101010 | 101111 |
Color Harmonies of #A1AA46
Complementary color
Monochromatic Colors of #A1AA46
Black with #A1AA46
Text Example
Text Example
White with #A1AA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA46; }
p { color: rgb(161,170,70); }
H1.HeaderClassName
{
color: #A1AA46;
}
.AnyTagClassName
{
color: #A1AA46;
}
</style>
background-color css
<style>
a { background-color: #A1AA46; }
a { background-color: rgb(161,170,70); }
div.DivClassName
{
background-color: #A1AA46;
}
.BgClassName
{
background-color: #A1AA46;
}
</style>
border-color css
<style>
span { border-color: #A1AA46; }
span { border-color: rgb(161,170,70); }
td.TdClassName
{
border-color: #A1AA46;
}
.TagClassName
{
border-color: #A1AA46;
}
</style>