Shades of Brass #A2AA39
Tints of Brass #A2AA39
RGB
CMYK
RGB Variations
Color information
#A2AA39 (or 0xA2AA39) is known color: Brass. HEX triplet: A2, AA and 39. RGB value is (162,170,57). Sum of RGB (Red+Green+Blue) = 162+170+57=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 57 (22.66% from 255 or 14.65% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AA39 is #5D55C6. Grayscale: #9B9B9B. Windows color (decimal): -6116807 or 3779234. OLE color: 3779234.
HSL color Cylindrical-coordinate representation of color #A2AA39: hue angle of 64.25º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2AA39 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 57 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.33 |
| HSL | 64.25º | 0.5% | 0.45% | - |
| HSV(B) | 64.25º | 0.66% | 0.67% | - |
| XYZ | 30.01 | 36.73 | 9.38 | - |
| YUV | 154.73 | 72.85 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 57 | 0.05 | 0 | 0.66 | 0.33 | 64.25 | 0.5 | 0.45 |
| Hex | A2 | AA | 39 | 5 | 0 | 42 | 21 | 40 | 32 | 2D |
| Octal | 242 | 252 | 71 | 5 | 0 | 102 | 41 | 100 | 62 | 55 |
| Binary | 10100010 | 10101010 | 111001 | 101 | 0 | 1000010 | 100001 | 1000000 | 110010 | 101101 |
Color Harmonies of #A2AA39
Complementary color
Monochromatic Colors of #A2AA39
Black with #A2AA39
Text Example
Text Example
White with #A2AA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA39; }
p { color: rgb(162,170,57); }
H1.HeaderClassName
{
color: #A2AA39;
}
.AnyTagClassName
{
color: #A2AA39;
}
</style>
background-color css
<style>
a { background-color: #A2AA39; }
a { background-color: rgb(162,170,57); }
div.DivClassName
{
background-color: #A2AA39;
}
.BgClassName
{
background-color: #A2AA39;
}
</style>
border-color css
<style>
span { border-color: #A2AA39; }
span { border-color: rgb(162,170,57); }
td.TdClassName
{
border-color: #A2AA39;
}
.TagClassName
{
border-color: #A2AA39;
}
</style>