Shades of Brass #A2AA3F
Tints of Brass #A2AA3F
RGB
CMYK
RGB Variations
Color information
#A2AA3F (or 0xA2AA3F) is known color: Brass. HEX triplet: A2, AA and 3F. RGB value is (162,170,63). Sum of RGB (Red+Green+Blue) = 162+170+63=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AA3F is #5D55C0. Grayscale: #9B9B9B. Windows color (decimal): -6116801 or 4172450. OLE color: 4172450.
HSL color Cylindrical-coordinate representation of color #A2AA3F: hue angle of 64.49º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2AA3F is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 63 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.33 |
| HSL | 64.49º | 0.46% | 0.46% | - |
| HSV(B) | 64.49º | 0.63% | 0.67% | - |
| XYZ | 30.17 | 36.79 | 10.21 | - |
| YUV | 155.41 | 75.85 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 63 | 0.05 | 0 | 0.63 | 0.33 | 64.49 | 0.46 | 0.46 |
| Hex | A2 | AA | 3F | 5 | 0 | 3F | 21 | 40 | 2E | 2E |
| Octal | 242 | 252 | 77 | 5 | 0 | 77 | 41 | 100 | 56 | 56 |
| Binary | 10100010 | 10101010 | 111111 | 101 | 0 | 111111 | 100001 | 1000000 | 101110 | 101110 |
Color Harmonies of #A2AA3F
Complementary color
Monochromatic Colors of #A2AA3F
Black with #A2AA3F
Text Example
Text Example
White with #A2AA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA3F; }
p { color: rgb(162,170,63); }
H1.HeaderClassName
{
color: #A2AA3F;
}
.AnyTagClassName
{
color: #A2AA3F;
}
</style>
background-color css
<style>
a { background-color: #A2AA3F; }
a { background-color: rgb(162,170,63); }
div.DivClassName
{
background-color: #A2AA3F;
}
.BgClassName
{
background-color: #A2AA3F;
}
</style>
border-color css
<style>
span { border-color: #A2AA3F; }
span { border-color: rgb(162,170,63); }
td.TdClassName
{
border-color: #A2AA3F;
}
.TagClassName
{
border-color: #A2AA3F;
}
</style>