Shades of Brass #A1AC3F
Tints of Brass #A1AC3F
RGB
CMYK
RGB Variations
Color information
#A1AC3F (or 0xA1AC3F) is known color: Brass. HEX triplet: A1, AC and 3F. RGB value is (161,172,63). Sum of RGB (Red+Green+Blue) = 161+172+63=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AC3F is #5E53C0. Grayscale: #9C9C9C. Windows color (decimal): -6181825 or 4172961. OLE color: 4172961.
HSL color Cylindrical-coordinate representation of color #A1AC3F: hue angle of 66.06º 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 #A1AC3F is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 63 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.33 |
| HSL | 66.06º | 0.46% | 0.46% | - |
| HSV(B) | 66.06º | 0.63% | 0.67% | - |
| XYZ | 30.35 | 37.44 | 10.33 | - |
| YUV | 156.29 | 75.36 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 63 | 0.06 | 0 | 0.63 | 0.33 | 66.06 | 0.46 | 0.46 |
| Hex | A1 | AC | 3F | 6 | 0 | 3F | 21 | 42 | 2E | 2E |
| Octal | 241 | 254 | 77 | 6 | 0 | 77 | 41 | 102 | 56 | 56 |
| Binary | 10100001 | 10101100 | 111111 | 110 | 0 | 111111 | 100001 | 1000010 | 101110 | 101110 |
Color Harmonies of #A1AC3F
Complementary color
Monochromatic Colors of #A1AC3F
Black with #A1AC3F
Text Example
Text Example
White with #A1AC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC3F; }
p { color: rgb(161,172,63); }
H1.HeaderClassName
{
color: #A1AC3F;
}
.AnyTagClassName
{
color: #A1AC3F;
}
</style>
background-color css
<style>
a { background-color: #A1AC3F; }
a { background-color: rgb(161,172,63); }
div.DivClassName
{
background-color: #A1AC3F;
}
.BgClassName
{
background-color: #A1AC3F;
}
</style>
border-color css
<style>
span { border-color: #A1AC3F; }
span { border-color: rgb(161,172,63); }
td.TdClassName
{
border-color: #A1AC3F;
}
.TagClassName
{
border-color: #A1AC3F;
}
</style>