Shades of Brass #A1AA40
Tints of Brass #A1AA40
RGB
CMYK
RGB Variations
Color information
#A1AA40 (or 0xA1AA40) is known color: Brass. HEX triplet: A1, AA and 40. RGB value is (161,170,64). Sum of RGB (Red+Green+Blue) = 161+170+64=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AA40 is #5E55BF. Grayscale: #9B9B9B. Windows color (decimal): -6182336 or 4237985. OLE color: 4237985.
HSL color Cylindrical-coordinate representation of color #A1AA40: hue angle of 65.09º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1AA40 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 64 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.33 |
| HSL | 65.09º | 0.45% | 0.46% | - |
| HSV(B) | 65.09º | 0.62% | 0.67% | - |
| XYZ | 30 | 36.7 | 10.35 | - |
| YUV | 155.23 | 76.52 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 64 | 0.05 | 0 | 0.62 | 0.33 | 65.09 | 0.45 | 0.46 |
| Hex | A1 | AA | 40 | 5 | 0 | 3E | 21 | 41 | 2D | 2E |
| Octal | 241 | 252 | 100 | 5 | 0 | 76 | 41 | 101 | 55 | 56 |
| Binary | 10100001 | 10101010 | 1000000 | 101 | 0 | 111110 | 100001 | 1000001 | 101101 | 101110 |
Color Harmonies of #A1AA40
Complementary color
Monochromatic Colors of #A1AA40
Black with #A1AA40
Text Example
Text Example
White with #A1AA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA40; }
p { color: rgb(161,170,64); }
H1.HeaderClassName
{
color: #A1AA40;
}
.AnyTagClassName
{
color: #A1AA40;
}
</style>
background-color css
<style>
a { background-color: #A1AA40; }
a { background-color: rgb(161,170,64); }
div.DivClassName
{
background-color: #A1AA40;
}
.BgClassName
{
background-color: #A1AA40;
}
</style>
border-color css
<style>
span { border-color: #A1AA40; }
span { border-color: rgb(161,170,64); }
td.TdClassName
{
border-color: #A1AA40;
}
.TagClassName
{
border-color: #A1AA40;
}
</style>