Shades of Brass #A2AB3F
Tints of Brass #A2AB3F
RGB
CMYK
RGB Variations
Color information
#A2AB3F (or 0xA2AB3F) is known color: Brass. HEX triplet: A2, AB and 3F. RGB value is (162,171,63). Sum of RGB (Red+Green+Blue) = 162+171+63=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AB3F is #5D54C0. Grayscale: #9C9C9C. Windows color (decimal): -6116545 or 4172706. OLE color: 4172706.
HSL color Cylindrical-coordinate representation of color #A2AB3F: hue angle of 65º 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 #A2AB3F is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 63 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.33 |
| HSL | 65º | 0.46% | 0.46% | - |
| HSV(B) | 65º | 0.63% | 0.67% | - |
| XYZ | 30.36 | 37.17 | 10.28 | - |
| YUV | 156 | 75.52 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 63 | 0.05 | 0 | 0.63 | 0.33 | 65 | 0.46 | 0.46 |
| Hex | A2 | AB | 3F | 5 | 0 | 3F | 21 | 41 | 2E | 2E |
| Octal | 242 | 253 | 77 | 5 | 0 | 77 | 41 | 101 | 56 | 56 |
| Binary | 10100010 | 10101011 | 111111 | 101 | 0 | 111111 | 100001 | 1000001 | 101110 | 101110 |
Color Harmonies of #A2AB3F
Complementary color
Monochromatic Colors of #A2AB3F
Black with #A2AB3F
Text Example
Text Example
White with #A2AB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB3F; }
p { color: rgb(162,171,63); }
H1.HeaderClassName
{
color: #A2AB3F;
}
.AnyTagClassName
{
color: #A2AB3F;
}
</style>
background-color css
<style>
a { background-color: #A2AB3F; }
a { background-color: rgb(162,171,63); }
div.DivClassName
{
background-color: #A2AB3F;
}
.BgClassName
{
background-color: #A2AB3F;
}
</style>
border-color css
<style>
span { border-color: #A2AB3F; }
span { border-color: rgb(162,171,63); }
td.TdClassName
{
border-color: #A2AB3F;
}
.TagClassName
{
border-color: #A2AB3F;
}
</style>