Shades of Brass #A1AA3E
Tints of Brass #A1AA3E
RGB
CMYK
RGB Variations
Color information
#A1AA3E (or 0xA1AA3E) is known color: Brass. HEX triplet: A1, AA and 3E. RGB value is (161,170,62). Sum of RGB (Red+Green+Blue) = 161+170+62=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AA3E is #5E55C1. Grayscale: #9B9B9B. Windows color (decimal): -6182338 or 4106913. OLE color: 4106913.
HSL color Cylindrical-coordinate representation of color #A1AA3E: hue angle of 65º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1AA3E is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 62 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.33 |
| HSL | 65º | 0.47% | 0.45% | - |
| HSV(B) | 65º | 0.64% | 0.67% | - |
| XYZ | 29.94 | 36.67 | 10.06 | - |
| YUV | 155 | 75.52 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 62 | 0.05 | 0 | 0.64 | 0.33 | 65 | 0.47 | 0.45 |
| Hex | A1 | AA | 3E | 5 | 0 | 40 | 21 | 41 | 2F | 2D |
| Octal | 241 | 252 | 76 | 5 | 0 | 100 | 41 | 101 | 57 | 55 |
| Binary | 10100001 | 10101010 | 111110 | 101 | 0 | 1000000 | 100001 | 1000001 | 101111 | 101101 |
Color Harmonies of #A1AA3E
Complementary color
Monochromatic Colors of #A1AA3E
Black with #A1AA3E
Text Example
Text Example
White with #A1AA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA3E; }
p { color: rgb(161,170,62); }
H1.HeaderClassName
{
color: #A1AA3E;
}
.AnyTagClassName
{
color: #A1AA3E;
}
</style>
background-color css
<style>
a { background-color: #A1AA3E; }
a { background-color: rgb(161,170,62); }
div.DivClassName
{
background-color: #A1AA3E;
}
.BgClassName
{
background-color: #A1AA3E;
}
</style>
border-color css
<style>
span { border-color: #A1AA3E; }
span { border-color: rgb(161,170,62); }
td.TdClassName
{
border-color: #A1AA3E;
}
.TagClassName
{
border-color: #A1AA3E;
}
</style>