Shades of Brass #A0AC3B
Tints of Brass #A0AC3B
RGB
CMYK
RGB Variations
Color information
#A0AC3B (or 0xA0AC3B) is known color: Brass. HEX triplet: A0, AC and 3B. RGB value is (160,172,59). Sum of RGB (Red+Green+Blue) = 160+172+59=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 59 (23.44% from 255 or 15.09% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AC3B is #5F53C4. Grayscale: #9B9B9B. Windows color (decimal): -6247365 or 3910816. OLE color: 3910816.
HSL color Cylindrical-coordinate representation of color #A0AC3B: hue angle of 66.37º degrees, saturation: 0.49, 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 #A0AC3B is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 59 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.33 |
| HSL | 66.37º | 0.49% | 0.45% | - |
| HSV(B) | 66.37º | 0.66% | 0.67% | - |
| XYZ | 30.04 | 37.29 | 9.75 | - |
| YUV | 155.53 | 73.52 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 59 | 0.07 | 0 | 0.66 | 0.33 | 66.37 | 0.49 | 0.45 |
| Hex | A0 | AC | 3B | 7 | 0 | 42 | 21 | 42 | 31 | 2D |
| Octal | 240 | 254 | 73 | 7 | 0 | 102 | 41 | 102 | 61 | 55 |
| Binary | 10100000 | 10101100 | 111011 | 111 | 0 | 1000010 | 100001 | 1000010 | 110001 | 101101 |
Color Harmonies of #A0AC3B
Complementary color
Monochromatic Colors of #A0AC3B
Black with #A0AC3B
Text Example
Text Example
White with #A0AC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC3B; }
p { color: rgb(160,172,59); }
H1.HeaderClassName
{
color: #A0AC3B;
}
.AnyTagClassName
{
color: #A0AC3B;
}
</style>
background-color css
<style>
a { background-color: #A0AC3B; }
a { background-color: rgb(160,172,59); }
div.DivClassName
{
background-color: #A0AC3B;
}
.BgClassName
{
background-color: #A0AC3B;
}
</style>
border-color css
<style>
span { border-color: #A0AC3B; }
span { border-color: rgb(160,172,59); }
td.TdClassName
{
border-color: #A0AC3B;
}
.TagClassName
{
border-color: #A0AC3B;
}
</style>