Shades of Brass #A2AB39
Tints of Brass #A2AB39
RGB
CMYK
RGB Variations
Color information
#A2AB39 (or 0xA2AB39) is known color: Brass. HEX triplet: A2, AB and 39. RGB value is (162,171,57). Sum of RGB (Red+Green+Blue) = 162+171+57=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 57 (22.66% from 255 or 14.62% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AB39 is #5D54C6. Grayscale: #9B9B9B. Windows color (decimal): -6116551 or 3779490. OLE color: 3779490.
HSL color Cylindrical-coordinate representation of color #A2AB39: hue angle of 64.74º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2AB39 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 57 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.33 |
| HSL | 64.74º | 0.5% | 0.45% | - |
| HSV(B) | 64.74º | 0.67% | 0.67% | - |
| XYZ | 30.2 | 37.1 | 9.44 | - |
| YUV | 155.31 | 72.52 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 57 | 0.05 | 0 | 0.67 | 0.33 | 64.74 | 0.5 | 0.45 |
| Hex | A2 | AB | 39 | 5 | 0 | 43 | 21 | 41 | 32 | 2D |
| Octal | 242 | 253 | 71 | 5 | 0 | 103 | 41 | 101 | 62 | 55 |
| Binary | 10100010 | 10101011 | 111001 | 101 | 0 | 1000011 | 100001 | 1000001 | 110010 | 101101 |
Color Harmonies of #A2AB39
Complementary color
Monochromatic Colors of #A2AB39
Black with #A2AB39
Text Example
Text Example
White with #A2AB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB39; }
p { color: rgb(162,171,57); }
H1.HeaderClassName
{
color: #A2AB39;
}
.AnyTagClassName
{
color: #A2AB39;
}
</style>
background-color css
<style>
a { background-color: #A2AB39; }
a { background-color: rgb(162,171,57); }
div.DivClassName
{
background-color: #A2AB39;
}
.BgClassName
{
background-color: #A2AB39;
}
</style>
border-color css
<style>
span { border-color: #A2AB39; }
span { border-color: rgb(162,171,57); }
td.TdClassName
{
border-color: #A2AB39;
}
.TagClassName
{
border-color: #A2AB39;
}
</style>