Shades of Brass #A0A14C
Tints of Brass #A0A14C
RGB
CMYK
RGB Variations
Color information
#A0A14C (or 0xA0A14C) is known color: Brass. HEX triplet: A0, A1 and 4C. RGB value is (160,161,76). Sum of RGB (Red+Green+Blue) = 160+161+76=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A14C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A14C is #5F5EB3. Grayscale: #979797. Windows color (decimal): -6250164 or 5022112. OLE color: 5022112.
HSL color Cylindrical-coordinate representation of color #A0A14C: hue angle of 60.71º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0A14C is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 161 | 76 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.37 |
| HSL | 60.71º | 0.36% | 0.46% | - |
| HSV(B) | 60.71º | 0.53% | 0.63% | - |
| XYZ | 28.55 | 33.49 | 11.8 | - |
| YUV | 151.01 | 85.67 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 161 | 76 | 0.01 | 0 | 0.53 | 0.37 | 60.71 | 0.36 | 0.46 |
| Hex | A0 | A1 | 4C | 1 | 0 | 35 | 25 | 3D | 24 | 2E |
| Octal | 240 | 241 | 114 | 1 | 0 | 65 | 45 | 75 | 44 | 56 |
| Binary | 10100000 | 10100001 | 1001100 | 1 | 0 | 110101 | 100101 | 111101 | 100100 | 101110 |
Color Harmonies of #A0A14C
Complementary color
Monochromatic Colors of #A0A14C
Black with #A0A14C
Text Example
Text Example
White with #A0A14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A14C; }
p { color: rgb(160,161,76); }
H1.HeaderClassName
{
color: #A0A14C;
}
.AnyTagClassName
{
color: #A0A14C;
}
</style>
background-color css
<style>
a { background-color: #A0A14C; }
a { background-color: rgb(160,161,76); }
div.DivClassName
{
background-color: #A0A14C;
}
.BgClassName
{
background-color: #A0A14C;
}
</style>
border-color css
<style>
span { border-color: #A0A14C; }
span { border-color: rgb(160,161,76); }
td.TdClassName
{
border-color: #A0A14C;
}
.TagClassName
{
border-color: #A0A14C;
}
</style>